mirror of
https://github.com/yattee/yattee.git
synced 2026-01-01 09:22:31 +00:00
Save last used account instead of having to set default
This commit is contained in:
@@ -21,7 +21,7 @@ struct WatchNowSection: View {
|
||||
resource.addObserver(store)
|
||||
resource.loadIfNeeded()
|
||||
}
|
||||
.onChange(of: accounts.account) { _ in
|
||||
.onChange(of: accounts.current) { _ in
|
||||
resource.load()
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user