From 39396aba23b24497495aec70c7bf83754121eb1e Mon Sep 17 00:00:00 2001 From: ggurdin Date: Thu, 12 Sep 2024 16:38:55 -0400 Subject: [PATCH] removed duplicate 'new space' option in main menu --- lib/pages/chat_list/client_chooser_button.dart | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/lib/pages/chat_list/client_chooser_button.dart b/lib/pages/chat_list/client_chooser_button.dart index 73ade85ea..0a406fa2c 100644 --- a/lib/pages/chat_list/client_chooser_button.dart +++ b/lib/pages/chat_list/client_chooser_button.dart @@ -69,16 +69,6 @@ class ClientChooserButton extends StatelessWidget { // ], // ), // ), - PopupMenuItem( - value: SettingsAction.newClass, - child: Row( - children: [ - const Icon(Icons.school), - const SizedBox(width: 18), - Expanded(child: Text(L10n.of(context)!.createNewSpace)), - ], - ), - ), // PopupMenuItem( // value: SettingsAction.newGroup, // child: Row(