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(