removed duplicate 'new space' option in main menu
This commit is contained in:
parent
3a7d46fc18
commit
39396aba23
1 changed files with 0 additions and 10 deletions
|
|
@ -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…
Add table
Reference in a new issue