This commit is contained in:
lumaa-dev 2024-12-14 01:34:59 +01:00
parent d13e81665d
commit 42fa1eaf3d

View File

@ -110,7 +110,7 @@ struct SettingsView: View {
.listRowThreaded() .listRowThreaded()
Button { Button {
navigator.presentedCover = .shop UniversalNavigator.static.presentedCover = .shop
} label: { } label: {
Label { Label {
Text(String("Bubble+")) Text(String("Bubble+"))
@ -306,6 +306,7 @@ extension SettingsView {
// } // }
} }
} else { } else {
HStack {
Circle() Circle()
.fill(error ? Color.red.opacity(0.45) : Color.gray.opacity(0.45)) .fill(error ? Color.red.opacity(0.45) : Color.gray.opacity(0.45))
.frame(width: 36, height: 36) .frame(width: 36, height: 36)
@ -333,6 +334,7 @@ extension SettingsView {
.buttonStyle(LargeButton(filled: true, height: 7.5)) .buttonStyle(LargeButton(filled: true, height: 7.5))
} }
} }
}
.task { .task {
account = await findAccount(acct: app.accountName!) account = await findAccount(acct: app.accountName!)