vendethiel / GladiusEx

13 stars 19 forks source link

cant seem to set the profile by internal command #56

Closed rmtaft closed 1 year ago

rmtaft commented 1 year ago

Sorry i have no clue where to ask this question

this is how i code a profile change in my setup program

ill show 1 that works and the same that is GladiusEx and the result this is all wrapped up in a function and the 9 others of varying types wor, but i cant get GEx to work first is Dominos it works if IsAddOnLoaded("Dominos") then Dominos:CopyProfile("UItat"); end now GladiusEx not working have tried SetProfile & CopyProfile to no change. if IsAddOnLoaded("GladiusEx") then GladiusEx:SetProfile("UItat"); end

rmtaft commented 1 year ago

found the solution if anyone else asks if IsAddOnLoaded("GladiusEx") then GladiusEx.dbi:CopyProfile("UItat"); end