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