removed duplicate 'new space' option in main menu

This commit is contained in:
ggurdin 2024-09-12 16:38:55 -04:00
parent 3a7d46fc18
commit 39396aba23
No known key found for this signature in database
GPG key ID: A01CB41737CBB478

View file

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