mirror of
https://github.com/overte-org/overte.git
synced 2025-08-08 23:17:02 +02:00
Removed Window.alert() because it was blocking the defaultScripts thread.
This commit is contained in:
parent
1429a32928
commit
83b3c12559
1 changed files with 1 additions and 1 deletions
|
@ -94,7 +94,7 @@ function menuItemEvent(menuItem) {
|
||||||
} else if (isChecked === false) {
|
} else if (isChecked === false) {
|
||||||
Settings.setValue(SETTINGS_KEY, false);
|
Settings.setValue(SETTINGS_KEY, false);
|
||||||
}
|
}
|
||||||
Window.alert('You must reload all scripts for this to take effect.');
|
console.log('You must reload all scripts for this to take effect.');
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue