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