mirror of
https://github.com/Ranchero-Software/NetNewsWire
synced 2025-08-12 06:26:36 +00:00
Rename Account.type to Account.accountType.
This commit is contained in:
@@ -156,7 +156,7 @@ import Core
|
||||
@objc(accountType)
|
||||
var accountType:OSType {
|
||||
var osType:String = ""
|
||||
switch self.account.type {
|
||||
switch self.account.accountType {
|
||||
case .onMyMac:
|
||||
osType = "Locl"
|
||||
case .cloudKit:
|
||||
|
||||
Reference in New Issue
Block a user