gui: dispel type instant update on config change

This commit is contained in:
shagu
2020-05-01 21:18:36 +02:00
parent 7195809afd
commit fcf97cd772
2 changed files with 3 additions and 1 deletions
+2
View File
@@ -321,6 +321,8 @@ function pfUI.uf:UpdateConfig()
relative_point = "BOTTOMRIGHT"
end
f.dispellable = nil
f.alpha_visible = tonumber(f.config.alpha_visible)
f.alpha_outrange = tonumber(f.config.alpha_outrange)
f.alpha_offline = tonumber(f.config.alpha_offline)