remove help and support

This commit is contained in:
Diogo
2024-08-27 14:54:34 +01:00
parent 93897fb856
commit 5200d9c6b2
@@ -94,16 +94,7 @@ struct UserPicker: View {
menuButton("Settings", icon: "gearshape") {
showSettings = true
userPickerVisible.toggle()
}
menuButton("Help", icon: "questionmark.circle") {
userPickerVisible.toggle()
}
menuButton("Support", icon: "info.bubble") {
userPickerVisible.toggle()
}
}
menuButton(nil, icon: colorScheme == .light ? "sun.max" : "moon.stars") {
if (colorScheme == .light) {
ThemeManager.applyTheme(systemDarkThemeDefault.get())