removed duplicate 'new space' option in main menu

pull/1384/head
ggurdin 1 year ago
parent 3a7d46fc18
commit 39396aba23
No known key found for this signature in database
GPG Key ID: A01CB41737CBB478

@ -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(

Loading…
Cancel
Save