mirror of
https://gitlab.com/comunic/comunicmobile
synced 2024-11-22 04:49:21 +00:00
Add access to settings from tablet app bar
This commit is contained in:
parent
70e3efc93d
commit
395b9aca6b
@ -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"),
|
||||
|
Loading…
Reference in New Issue
Block a user