From 9b30f18c4d5d96d1eeec6373e9f9b8c9283b431c Mon Sep 17 00:00:00 2001 From: Quentin Decaunes Date: Thu, 7 Mar 2019 19:59:22 +0100 Subject: [PATCH] Make loadLatestUsedSettings reusable. --- js/methods.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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(); } }