fix #21: add on option to always display the menu on the left

This commit is contained in:
Simon Vieille 2020-09-03 09:46:39 +02:00
commit 3da1830f58
Signed by: deblan
GPG key ID: 03383D15A1D31745
6 changed files with 61 additions and 2 deletions

View file

@ -82,6 +82,7 @@ class CssController extends Controller
'external-sites-in-top-menu' => (bool) $this->config->getAppValue('side_menu', 'external-sites-in-top-menu', 0),
'size-icon' => $this->config->getAppValue('side_menu', 'size-icon', 'normal'),
'size-text' => $this->config->getAppValue('side_menu', 'size-text', 'normal'),
'always-displayed' => (bool) $this->config->getAppValue('side_menu', 'always-displayed', '0'),
'big-menu' => (bool) $this->config->getAppValue('side_menu', 'big-menu', '0'),
'top-menu-apps' => $topMenuApps,
];