add option to hide apps (big menu display)

This commit is contained in:
Simon Vieille 2020-11-03 12:16:36 +01:00
commit 02825cee67
Signed by: deblan
GPG key ID: 03383D15A1D31745
4 changed files with 41 additions and 2 deletions

View file

@ -150,6 +150,7 @@ class JsController extends Controller
'loader-enabled' => $this->config->getAppValueBool('loader-enabled', '1'),
'always-displayed' => $this->config->getAppValueBool('always-displayed', '0'),
'big-menu' => $this->config->getAppValueBool('big-menu', '0'),
'big-menu-hidden-apps' => $this->config->getAppValueArray('big-menu-hidden-apps', '[]'),
'avatar' => $avatar,
'top-menu-apps' => $topMenuApps,
'target-blank-apps' => $targetBlankApps,