Use correct key source
Without this protocol method, 'isCurrentKeySource' in KeyImporter was always called which is wrong for PGP keys.
This commit is contained in:
parent
15221ee348
commit
da62c2544b
1 changed files with 2 additions and 0 deletions
|
|
@ -14,6 +14,8 @@ protocol KeyImporter {
|
|||
|
||||
static var label: String { get }
|
||||
|
||||
static var isCurrentKeySource: Bool { get }
|
||||
|
||||
static var menuLabel: String { get }
|
||||
|
||||
func isReadyToUse() -> Bool
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue