From 77c5528fc1c4e802047cc28ed1d4eb29ba580436 Mon Sep 17 00:00:00 2001 From: downthecrop Date: Sun, 3 Nov 2024 10:25:50 -0800 Subject: [PATCH] always update display settings --- plugin-playground/src/main/kotlin/KondoKit/plugin.kt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/plugin-playground/src/main/kotlin/KondoKit/plugin.kt b/plugin-playground/src/main/kotlin/KondoKit/plugin.kt index 1b57c5a..fcf4666 100644 --- a/plugin-playground/src/main/kotlin/KondoKit/plugin.kt +++ b/plugin-playground/src/main/kotlin/KondoKit/plugin.kt @@ -367,10 +367,10 @@ class plugin : Plugin() { StoreData("kondoLaunchMinimized", launchMinimized) StoreData("kondoUIOffset", uiOffset) StoreData("kondoScaledFixed", useScaledFixed) - if(lastUIOffset != uiOffset || useScaledFixed){ - updateDisplaySettings() + if(lastUIOffset != uiOffset){ reloadInterfaces = true } + updateDisplaySettings() } private fun initAltCanvas(){