mirror of
https://github.com/yattee/yattee.git
synced 2025-08-05 02:04:07 +00:00
Redesigned settings (fixes #47)
This commit is contained in:
@@ -11,7 +11,7 @@ struct AccountSelectionView: View {
|
||||
@Default(.instances) private var instances
|
||||
|
||||
var body: some View {
|
||||
Section(header: SettingsHeader(text: showHeader ? "Current Account" : "")) {
|
||||
Section(header: Text(showHeader ? "Current Account" : "")) {
|
||||
Button(accountButtonTitle(account: accountsModel.current, long: true)) {
|
||||
if let account = nextAccount {
|
||||
accountsModel.setCurrent(account)
|
||||
|
@@ -71,7 +71,7 @@ struct EditFavorites: View {
|
||||
}
|
||||
.frame(width: 1000, alignment: .leading)
|
||||
}
|
||||
.navigationTitle("Edit Favorites")
|
||||
.navigationTitle("Favorites")
|
||||
}
|
||||
|
||||
func label(_ item: FavoriteItem) -> String {
|
||||
|
Reference in New Issue
Block a user