mirror of
https://github.com/brues-code/pfUI.git
synced 2026-09-22 15:46:56 +00:00
gui: don't reset global vars on GVAR save
This commit is contained in:
@@ -66,6 +66,7 @@ pfUI:RegisterModule("gui", function ()
|
||||
local update = ufunc
|
||||
|
||||
ufunc = function()
|
||||
UIOptionsFrame_Load()
|
||||
_G[config] = this:GetChecked() and 1 or nil
|
||||
UIOptionsFrame_Save()
|
||||
if update then
|
||||
|
||||
Reference in New Issue
Block a user