mirror of
https://github.com/HifiExperiments/overte.git
synced 2025-08-09 16:30:16 +02:00
one last fix
This commit is contained in:
parent
3cd3f1a508
commit
2eeec3518d
1 changed files with 1 additions and 1 deletions
|
@ -464,7 +464,7 @@ function onDisplayModeChanged(isHMDMode) {
|
||||||
}
|
}
|
||||||
|
|
||||||
function onToolbarVisibleChanged(isVisible, toolbarName) {
|
function onToolbarVisibleChanged(isVisible, toolbarName) {
|
||||||
if (isVisible && toolbarName == TOOLBAR_NAME) {
|
if (isVisible && toolbarName == TOOLBAR_NAME && Settings.getValue("simplifiedUI/keepExistingUIAndScripts", false)) {
|
||||||
var toolbar = Toolbars.getToolbar(toolbarName);
|
var toolbar = Toolbars.getToolbar(toolbarName);
|
||||||
if (toolbar) {
|
if (toolbar) {
|
||||||
toolbar.writeProperty("visible", false);
|
toolbar.writeProperty("visible", false);
|
||||||
|
|
Loading…
Reference in a new issue