Merge branch 'mac-candidate'
This commit is contained in:
commit
8d80d2aed1
|
@ -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
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue