add option to force light icons

This commit is contained in:
Simon Vieille 2020-05-09 14:30:24 +02:00
commit 7864e16ef3
Signed by untrusted user: deblan
GPG key ID: 03383D15A1D31745
6 changed files with 36 additions and 7 deletions

View file

@ -54,6 +54,7 @@ class JsController extends Controller
$parameters = [
'opener-position' => $this->config->getAppValue('side_menu', 'opener-position', 'before'),
'opener-hover' => (bool) $this->config->getAppValue('side_menu', 'opener-hover', '0'),
'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'),
];