mirror of
https://github.com/lubosz/overte.git
synced 2025-04-14 14:46:55 +02:00
Reload all scripts when Debug defaultScripts.js is changed.
This commit is contained in:
parent
83b3c12559
commit
84b29c6872
1 changed files with 1 additions and 1 deletions
|
@ -94,7 +94,7 @@ function menuItemEvent(menuItem) {
|
|||
} else if (isChecked === false) {
|
||||
Settings.setValue(SETTINGS_KEY, false);
|
||||
}
|
||||
console.log('You must reload all scripts for this to take effect.');
|
||||
Menu.triggerOption("Reload All Scripts");
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue