mirror of
				https://gitlab.com/comunic/comunicmobile
				synced 2025-11-04 04:04:18 +00:00 
			
		
		
		
	Add access to settings from tablet app bar
This commit is contained in:
		@@ -94,6 +94,12 @@ class _ComunicTabletAppBarWidgetState
 | 
				
			|||||||
                    : Icons.wb_sunny,
 | 
					                    : Icons.wb_sunny,
 | 
				
			||||||
                onTap: _toggleDarkMode),
 | 
					                onTap: _toggleDarkMode),
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					            // Open settings
 | 
				
			||||||
 | 
					            _MainMenuItem(
 | 
				
			||||||
 | 
					                label: tr("Settings"),
 | 
				
			||||||
 | 
					                icon: Icons.settings,
 | 
				
			||||||
 | 
					                onTap: () => MainController.of(context).openSettings()),
 | 
				
			||||||
 | 
					
 | 
				
			||||||
            // Sign out
 | 
					            // Sign out
 | 
				
			||||||
            _MainMenuItem(
 | 
					            _MainMenuItem(
 | 
				
			||||||
                label: tr("Sign out"),
 | 
					                label: tr("Sign out"),
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user