mirror of
https://gitlab.com/ryzen-controller-team/ryzen-controller.git
synced 2024-12-23 02:23:31 +07:00
Make loadLatestUsedSettings reusable.
This commit is contained in:
parent
efefe83947
commit
9b30f18c4d
@ -196,7 +196,7 @@ function loadLatestUsedSettings() {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
if (settings.get('settings.apply_last_settings_on_launch')) {
|
if (document.isStarting && settings.get('settings.apply_last_settings_on_launch')) {
|
||||||
applyRyzenSettings();
|
applyRyzenSettings();
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user