fix classic profile
This commit is contained in:
parent
9d26713dc1
commit
fb953530b6
@ -27,7 +27,7 @@ end
|
|||||||
function XiconProfiles:ApplyClassic()
|
function XiconProfiles:ApplyClassic()
|
||||||
local deserialized = Gladdy.modules["Export Import"]:Decode(Gladdy:GetClassicProfile())
|
local deserialized = Gladdy.modules["Export Import"]:Decode(Gladdy:GetClassicProfile())
|
||||||
if deserialized then
|
if deserialized then
|
||||||
Gladdy.modules["ExportImport"]:ApplyImport(deserialized, Gladdy.db)
|
Gladdy.modules["Export Import"]:ApplyImport(deserialized, Gladdy.db)
|
||||||
end
|
end
|
||||||
Gladdy:Reset()
|
Gladdy:Reset()
|
||||||
Gladdy:HideFrame()
|
Gladdy:HideFrame()
|
||||||
|
Loading…
Reference in New Issue
Block a user