1
0
mirror of https://gitlab.com/comunic/comunicmobile synced 2024-10-23 06:53:23 +00:00

Can open groups page

This commit is contained in:
Pierre HUBERT 2020-05-13 18:33:07 +02:00
parent 67e881af0d
commit 9a2efaae1c

View File

@ -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"),