mirror of
https://github.com/Ranchero-Software/NetNewsWire
synced 2025-08-12 06:26:36 +00:00
Add subscriptions import/export navigation link with list
- refactors export/import action sheet to be a new screen with list options
This commit is contained in:
@@ -46,6 +46,15 @@ class SettingsModel: ObservableObject {
|
||||
}
|
||||
}
|
||||
|
||||
var activeAccounts: [Account] {
|
||||
get {
|
||||
AccountManager.shared.sortedActiveAccounts
|
||||
}
|
||||
set {
|
||||
|
||||
}
|
||||
}
|
||||
|
||||
// MARK: Init
|
||||
|
||||
init() {
|
||||
|
||||
Reference in New Issue
Block a user