forked from deblan/side_menu
fix args type
This commit is contained in:
parent
12c115d6d6
commit
9d2eab42d8
3 changed files with 5 additions and 5 deletions
|
|
@ -116,7 +116,7 @@ class JsController extends Controller
|
|||
return [
|
||||
'opener-position' => $this->config->getAppValue('opener-position', 'before'),
|
||||
'opener-hover' => $this->config->getAppValueBool('opener-hover', '0'),
|
||||
'external-sites-in-top-menu' => $this->config->getAppValueBool('external-sites-in-top-menu', 0),
|
||||
'external-sites-in-top-menu' => $this->config->getAppValueBool('external-sites-in-top-menu', '0'),
|
||||
'force-light-icon' => $this->config->getAppValueBool('force-light-icon', '0'),
|
||||
'hide-when-no-apps' => $this->config->getAppValueBool('hide-when-no-apps', '0'),
|
||||
'loader-enabled' => $this->config->getAppValueBool('loader-enabled', '1'),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue