add 'top-menu-mouse-over-hidden-label' as window property and use it in the AppMenu component
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful

This commit is contained in:
Simon Vieille 2022-12-26 12:57:07 +01:00
commit 4258327a70
Signed by: deblan
GPG key ID: 579388D585F70417
3 changed files with 6 additions and 0 deletions

View file

@ -171,6 +171,10 @@ class JsController extends Controller
'avatar' => $avatar,
'top-menu-apps' => $topMenuApps,
'top-side-menu-apps' => $topSideMenuApps,
'top-menu-mouse-over-hidden-label' => $this->config->getAppValueBool(
'top-menu-mouse-over-hidden-label',
'0'
),
'target-blank-apps' => $targetBlankApps,
'settings' => $settings,
'logo' => $this->themingDefaults->getLogo(),