Fixed reported bugs on the new breakdown window

This commit is contained in:
Tercio Jose
2023-05-11 15:02:57 -03:00
parent 40d89df26e
commit bad4995451
8 changed files with 177 additions and 96 deletions
+2 -2
View File
@@ -79,8 +79,6 @@ function Details:StartMeUp()
Details:InitializePlaterIntegrationWindow()
Details:InitializeMacrosWindow()
Details.InitializeSpellBreakdownTab()
if (Details.ocd_tracker.show_options) then
Details:InitializeCDTrackerWindow()
end
@@ -597,6 +595,8 @@ function Details:StartMeUp()
_G["UpdateAddOnMemoryUsage"] = Details.UpdateAddOnMemoryUsage_Custom
end
Details.InitializeSpellBreakdownTab()
pcall(Details222.EJCache.MakeCache)
pcall(Details222.ClassCache.MakeCache)