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(){