diff --git a/apps/ios/Shared/Views/ChatList/UserPicker.swift b/apps/ios/Shared/Views/ChatList/UserPicker.swift index a38d61e65d..6061e2aac2 100644 --- a/apps/ios/Shared/Views/ChatList/UserPicker.swift +++ b/apps/ios/Shared/Views/ChatList/UserPicker.swift @@ -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())