Hide buttons - #21

This commit is contained in:
jamesread 2021-10-16 08:01:54 +01:00
parent 4de2a12aab
commit 36b44cd5b3
1 changed files with 1 additions and 3 deletions

View File

@ -67,9 +67,7 @@ function processWebuiSettingsJson (settings) {
document.head.appendChild(themeCss); document.head.appendChild(themeCss);
} }
if (settings.HideNavigation) { document.querySelector('#switcher').hidden = settings.HideNavigation
document.querySelector('#switcher').display = 'none';
}
} }
setupSections(); setupSections();