Bug fixing

This commit is contained in:
Tercio Jose
2020-12-14 14:30:01 -03:00
parent e364629e66
commit bf67a7773d
8 changed files with 27 additions and 28 deletions
+6 -1
View File
@@ -54,7 +54,9 @@ function Details:StartMeUp() --I'll never stop!
self:InitializePlaterIntegrationWindow()
self:InitializeMacrosWindow()
self:InitializeCDTrackerWindow()
if (self.ocd_tracker.show_options) then
self:InitializeCDTrackerWindow()
end
--custom window
self.custom = self.custom or {}
@@ -477,6 +479,9 @@ function Details:StartMeUp() --I'll never stop!
_detalhes.streamer_config.use_animation_accel = true
end
--shutdown pre-pot announcer
Details.announce_prepots.enabled = false
--Plater integration
C_Timer.After(2, function()
_detalhes:RefreshPlaterIntegration()