diff --git a/js/app.js b/js/app.js index fe537bb..cb543b9 100644 --- a/js/app.js +++ b/js/app.js @@ -3,11 +3,11 @@ ready(function(){ const fixPath = require('fix-path'); document.isStarting = true; fixPath(); + preFillSettings(); + loadLatestUsedSettings(); registerRepeaterForAllInput(); registerEventListenerForSettingsInput(); checkForAdminRights(); - preFillSettings(); - loadLatestUsedSettings(); displayVersion(); reApplyPeriodically(require('electron-settings').get('settings.reapply_periodically')); displayOptionDescription();