From 5200d9c6b2743cb03525cd0f78a5c744a3b7c74c Mon Sep 17 00:00:00 2001 From: Diogo Date: Tue, 27 Aug 2024 14:54:34 +0100 Subject: [PATCH] remove help and support --- apps/ios/Shared/Views/ChatList/UserPicker.swift | 11 +---------- 1 file changed, 1 insertion(+), 10 deletions(-) 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())