mirror of
https://github.com/overte-org/overte.git
synced 2025-04-14 07:47:30 +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) {
|
||||
if (isVisible && toolbarName == TOOLBAR_NAME) {
|
||||
if (isVisible && toolbarName == TOOLBAR_NAME && Settings.getValue("simplifiedUI/keepExistingUIAndScripts", false)) {
|
||||
var toolbar = Toolbars.getToolbar(toolbarName);
|
||||
if (toolbar) {
|
||||
toolbar.writeProperty("visible", false);
|
||||
|
|
Loading…
Reference in a new issue