mirror of
https://github.com/yattee/yattee.git
synced 2025-10-12 18:38:16 +00:00
Save last used account instead of having to set default
This commit is contained in:
@@ -21,7 +21,7 @@ struct SubscriptionsView: View {
|
||||
.onAppear {
|
||||
loadResources()
|
||||
}
|
||||
.onChange(of: accounts.account) { _ in
|
||||
.onChange(of: accounts.current) { _ in
|
||||
loadResources(force: true)
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user