diff --git a/js/methods.js b/js/methods.js index e8447db..0767236 100644 --- a/js/methods.js +++ b/js/methods.js @@ -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(); } }