Bug fixing
This commit is contained in:
@@ -227,7 +227,7 @@ function Details.OpenCDTrackerWindow()
|
||||
if (not _G.DetailsCDTrackerWindow or not _G.DetailsCDTrackerWindow.Initialized) then
|
||||
_G.DetailsCDTrackerWindow.Initialized = true
|
||||
local f = _G.DetailsCDTrackerWindow or DF:CreateSimplePanel(UIParent, 700, 480, "Details! Online CD Tracker", "DetailsCDTrackerWindow")
|
||||
|
||||
DF:ApplyStandardBackdrop(f)
|
||||
--enabled with a toggle button
|
||||
--execute to reset position
|
||||
--misc configs
|
||||
|
||||
@@ -3009,7 +3009,7 @@ end
|
||||
function _detalhes:InstanceAlert (msg, icon, time, clickfunc, doflash, forceAlert)
|
||||
|
||||
if (not forceAlert and _detalhes.streamer_config.no_alerts) then
|
||||
return
|
||||
--return
|
||||
end
|
||||
|
||||
if (not self.meu_id) then
|
||||
|
||||
Reference in New Issue
Block a user