mirror of
https://gitlab.com/comunic/comunicmobile
synced 2024-11-22 12:59:21 +00:00
Can open groups page
This commit is contained in:
parent
67e881af0d
commit
9a2efaae1c
@ -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"),
|
||||
|
Loading…
Reference in New Issue
Block a user