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