Merge branch 'mac-candidate'

This commit is contained in:
Brent Simmons 2019-08-01 21:52:57 -07:00
commit 8d80d2aed1
1 changed files with 1 additions and 1 deletions

View File

@ -56,7 +56,7 @@ extension NSApplication : ScriptingObjectContainer {
@objc(accounts)
func accounts() -> NSArray {
let accounts = AccountManager.shared.activeAccounts
let accounts = AccountManager.shared.accounts
return accounts.map { ScriptableAccount($0) } as NSArray
}