mirror of
https://github.com/Ranchero-Software/NetNewsWire
synced 2025-08-12 06:26:36 +00:00
Do some cleanups on app code.
This commit is contained in:
@@ -17,7 +17,7 @@ private let localAccountIdentifier = "OnMyMac"
|
||||
|
||||
public final class AccountManager: UnreadCountProvider {
|
||||
|
||||
public static let sharedInstance = AccountManager()
|
||||
public static let shared = AccountManager()
|
||||
public let localAccount: Account
|
||||
private let accountsFolder = RSDataSubfolder(nil, "Accounts")!
|
||||
private var accountsDictionary = [String: Account]()
|
||||
|
||||
Reference in New Issue
Block a user