Fixing apply checkbox appearence on load.

This commit is contained in:
Quentin Decaunes 2019-03-23 17:20:47 +01:00
parent 8d023f0edd
commit f706b6a666

View File

@ -3,11 +3,11 @@ ready(function(){
const fixPath = require('fix-path'); const fixPath = require('fix-path');
document.isStarting = true; document.isStarting = true;
fixPath(); fixPath();
preFillSettings();
loadLatestUsedSettings();
registerRepeaterForAllInput(); registerRepeaterForAllInput();
registerEventListenerForSettingsInput(); registerEventListenerForSettingsInput();
checkForAdminRights(); checkForAdminRights();
preFillSettings();
loadLatestUsedSettings();
displayVersion(); displayVersion();
reApplyPeriodically(require('electron-settings').get('settings.reapply_periodically')); reApplyPeriodically(require('electron-settings').get('settings.reapply_periodically'));
displayOptionDescription(); displayOptionDescription();