forked from deblan/side_menu
add the 'top-menu-mouse-over-hidden-label'
This commit is contained in:
parent
f7d463e734
commit
37e00c51c3
2 changed files with 18 additions and 0 deletions
|
|
@ -168,6 +168,10 @@ class Admin implements ISettings
|
|||
'force' => $this->config->getAppValue('force', '0'),
|
||||
'target-blank-apps' => $this->config->getAppValueArray('target-blank-apps', '[]'),
|
||||
'top-menu-apps' => $this->config->getAppValueArray('top-menu-apps', '[]'),
|
||||
'top-menu-mouse-over-hidden-label' => $this->config->getAppValue(
|
||||
'top-menu-mouse-over-hidden-label',
|
||||
'0'
|
||||
),
|
||||
'apps-order' => $this->config->getAppValueArray('apps-order', '[]'),
|
||||
'ordered-apps' => $this->appRepository->getOrderedApps(),
|
||||
'top-side-menu-apps' => $this->config->getAppValueArray('top-side-menu-apps', '[]'),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue