mirror of
https://github.com/lubosz/overte.git
synced 2025-04-09 06:04:42 +02:00
fix
This commit is contained in:
parent
193065eb05
commit
2acf316d1c
1 changed files with 2 additions and 1 deletions
|
@ -93,8 +93,9 @@ function menuItemEvent(menuItem) {
|
|||
} else if (isChecked === false) {
|
||||
Settings.setValue(SETTINGS_KEY, false);
|
||||
}
|
||||
Window.alert('You must reload all scripts for this to take effect.')
|
||||
}
|
||||
Window.alert('You must reload all scripts for this to take effect.')
|
||||
|
||||
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue