mirror of
https://github.com/yattee/yattee.git
synced 2025-08-09 20:24:06 +00:00
Save last used account instead of having to set default
This commit is contained in:
@@ -62,8 +62,8 @@ struct AppSidebarNavigation: View {
|
||||
.help(
|
||||
"Switch Instances and Accounts\n" +
|
||||
"Current Instance: \n" +
|
||||
"\(accounts.account?.url ?? "Not Set")\n" +
|
||||
"Current User: \(accounts.account?.description ?? "Not set")"
|
||||
"\(accounts.current?.url ?? "Not Set")\n" +
|
||||
"Current User: \(accounts.current?.description ?? "Not set")"
|
||||
)
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user