Skip to content

Commit

Permalink
removed duplicate 'new space' option in main menu
Browse files Browse the repository at this point in the history
  • Loading branch information
ggurdin committed Sep 12, 2024
1 parent 3a7d46f commit 39396ab
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions lib/pages/chat_list/client_chooser_button.dart
Original file line number Diff line number Diff line change
Expand Up @@ -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(
Expand Down

0 comments on commit 39396ab

Please sign in to comment.