mirror of
https://gitlab.com/2009scape/rt4-client.git
synced 2025-12-09 16:45:46 -07:00
always update display settings
This commit is contained in:
parent
3a33995006
commit
77c5528fc1
1 changed files with 2 additions and 2 deletions
|
|
@ -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(){
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue