From f706b6a66624a8770a1e64bf5bc79af256c4ea10 Mon Sep 17 00:00:00 2001 From: Quentin Decaunes Date: Sat, 23 Mar 2019 17:20:47 +0100 Subject: [PATCH] Fixing apply checkbox appearence on load. --- js/app.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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();