add option: the menu is enabled by default for users

This commit is contained in:
Simon Vieille 2020-10-19 13:44:07 +02:00
commit 80700cac32
Signed by: deblan
GPG key ID: 03383D15A1D31745
6 changed files with 38 additions and 2 deletions

View file

@ -89,6 +89,7 @@ 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', '[]'),
'default-enabled' => $this->config->getAppValue('default-enabled', '1'),
'apps' => $this->appRepository->getVisibleApps(),
];