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');
|
||||
document.isStarting = true;
|
||||
fixPath();
|
||||
preFillSettings();
|
||||
loadLatestUsedSettings();
|
||||
registerRepeaterForAllInput();
|
||||
registerEventListenerForSettingsInput();
|
||||
checkForAdminRights();
|
||||
preFillSettings();
|
||||
loadLatestUsedSettings();
|
||||
displayVersion();
|
||||
reApplyPeriodically(require('electron-settings').get('settings.reapply_periodically'));
|
||||
displayOptionDescription();
|
||||
|
Loading…
Reference in New Issue
Block a user