diff --git a/scripts/defaultScripts.js b/scripts/defaultScripts.js index 9889b98d9a..1d0a955336 100644 --- a/scripts/defaultScripts.js +++ b/scripts/defaultScripts.js @@ -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.') + }