diff --git a/js/methods.js b/js/methods.js index 1d4051f..75c6255 100644 --- a/js/methods.js +++ b/js/methods.js @@ -668,5 +668,5 @@ function updateScheduledStartOnBoot(toBeEnabled) { * Return true if dev mode. */ function isDevMode() { - return require('electron').remote.app.isPackaged; + return !require('electron').remote.app.isPackaged; }