mirror of
https://gitlab.com/comunic/comunicmobile
synced 2025-06-19 00:05:16 +00:00
Can open groups page
This commit is contained in:
@ -86,6 +86,12 @@ class _ComunicTabletAppBarWidgetState
|
||||
PopupMenuButton<_MenuItemCallback>(
|
||||
offset: Offset(0, 50),
|
||||
itemBuilder: (c) => [
|
||||
// Get groups
|
||||
_MainMenuItem(
|
||||
label: tr("Groups"),
|
||||
icon: Icons.group,
|
||||
onTap: () => MainController.of(context).openGroupsListPage()),
|
||||
|
||||
// Toggle dark theme
|
||||
_MainMenuItem(
|
||||
label: tr("Night mode"),
|
||||
|
Reference in New Issue
Block a user