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

@ -70,6 +70,7 @@ class JsController extends Controller
'force-light-icon' => (bool) $this->config->getAppValue('side_menu', 'force-light-icon', '0'),
'hide-when-no-apps' => (bool) $this->config->getAppValue('side_menu', 'hide-when-no-apps', '0'),
'loader-enabled' => (bool) $this->config->getAppValue('side_menu', 'loader-enabled', '1'),
'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,
];