always update display settings

This commit is contained in:
downthecrop 2024-11-03 10:25:50 -08:00
parent 3a33995006
commit 77c5528fc1

View file

@ -367,10 +367,10 @@ class plugin : Plugin() {
StoreData("kondoLaunchMinimized", launchMinimized) StoreData("kondoLaunchMinimized", launchMinimized)
StoreData("kondoUIOffset", uiOffset) StoreData("kondoUIOffset", uiOffset)
StoreData("kondoScaledFixed", useScaledFixed) StoreData("kondoScaledFixed", useScaledFixed)
if(lastUIOffset != uiOffset || useScaledFixed){ if(lastUIOffset != uiOffset){
updateDisplaySettings()
reloadInterfaces = true reloadInterfaces = true
} }
updateDisplaySettings()
} }
private fun initAltCanvas(){ private fun initAltCanvas(){