mirror of
				https://gitlab.com/comunic/comunicmobile
				synced 2025-11-04 04:04:18 +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