mirror of
https://gitlab.com/ryzen-controller-team/ryzen-controller.git
synced 2024-12-22 18:13:28 +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();
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user