mirror of
https://github.com/simplex-chat/simplex-chat.git
synced 2026-08-29 01:09:15 +00:00
remove help and support
This commit is contained in:
@@ -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())
|
||||
|
||||
Reference in New Issue
Block a user