From da3e5e9009f11c3d9fb775fbefb83656b8e16a05 Mon Sep 17 00:00:00 2001 From: Quentin Decaunes Date: Thu, 6 Jun 2019 21:44:11 +0200 Subject: [PATCH] Fix default value on load. --- js/app.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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(); }