mirror of
https://gitlab.com/2009scape/rt4-client.git
synced 2025-12-10 10:20:44 -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("kondoUIOffset", uiOffset)
|
||||
StoreData("kondoScaledFixed", useScaledFixed)
|
||||
if(lastUIOffset != uiOffset || useScaledFixed){
|
||||
updateDisplaySettings()
|
||||
if(lastUIOffset != uiOffset){
|
||||
reloadInterfaces = true
|
||||
}
|
||||
updateDisplaySettings()
|
||||
}
|
||||
|
||||
private fun initAltCanvas(){
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue