mirror of
https://github.com/lumaa-dev/BubbleApp.git
synced 2025-02-09 08:28:48 +01:00
Fixes
This commit is contained in:
parent
d13e81665d
commit
42fa1eaf3d
@ -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!)
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user