mirror of
https://gitlab.com/ryzen-controller-team/ryzen-controller.git
synced 2024-12-22 10:03:28 +07:00
Fix default value on load.
This commit is contained in:
parent
1d3124d29b
commit
da3e5e9009
@ -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();
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user