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
+1 -1
View File
@@ -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
+1 -1
View File
@@ -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