mirror of
https://github.com/JulianGro/overte.git
synced 2025-04-29 19:22:57 +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) {
|
} 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.')
|
Window.alert('You must reload all scripts for this to take effect.')
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue