Configure on login

This commit is contained in:
2024-12-27 16:34:52 +01:00
parent ba56ab3f15
commit 76a6159d96

View File

@@ -120,6 +120,7 @@ local frame = CreateFrame("Frame")
frame:RegisterEvent("PLAYER_LOGIN")
frame:RegisterEvent("PLAYER_ENTERING_WORLD")
frame:SetScript("OnEvent", function(self, event, ...)
Configure()
C_Timer.After(1, function()
Configure()
end)