mirror of
https://github.com/Ranchero-Software/NetNewsWire
synced 2025-08-12 06:26:36 +00:00
Update Add Account to use correct form of sheet showing
This commit is contained in:
@@ -9,6 +9,12 @@
|
||||
import Foundation
|
||||
import Account
|
||||
|
||||
extension AccountType: Identifiable {
|
||||
public var id: Int {
|
||||
return rawValue
|
||||
}
|
||||
}
|
||||
|
||||
extension Account: Identifiable {
|
||||
public var id: String {
|
||||
return accountID
|
||||
|
||||
Reference in New Issue
Block a user