mirror of
https://gitlab.com/ryzen-controller-team/ryzen-controller.git
synced 2024-12-22 10:03:28 +07:00
Fixing apply checkbox appearence on load.
This commit is contained in:
parent
8d023f0edd
commit
f706b6a666
@ -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();
|
||||||
|
Loading…
Reference in New Issue
Block a user