diff --git a/js/app.js b/js/app.js index ae87724..bfc0551 100644 --- a/js/app.js +++ b/js/app.js @@ -4,13 +4,13 @@ ready(function(){ document.isStarting = true; fixPath(); preFillSettings(); + displayOptionData(); loadLatestUsedSettings(); registerRepeaterForAllInput(); registerEventListenerForSettingsInput(); checkForAdminRights(); displayVersion(); reApplyPeriodically(require('electron-settings').get('settings.reapply_periodically')); - displayOptionData(); if (require('os').platform() === 'win32') { recreateShortcut(); }