- Added a extra button on the hotcorner topleft for reset details segments.
- Fixed issue with plugin buttons where it's alpha was changing within instance alpha. - Fixed a issue with Tiny Threat plugin where sometimes does not properlly.
This commit is contained in:
+2
-1
@@ -589,7 +589,8 @@ function _G._detalhes:Start()
|
||||
end
|
||||
|
||||
--register lib-hotcorners
|
||||
_detalhes:RegisterHotCornerButton ("TOPLEFT", "DetailsLeftCornerButton", [[Interface\AddOns\Details\images\minimap]], "|cFFFFFFFFDetails!\n|cFF00FF00Left Click:|r clear all segments.", function() _detalhes.tabela_historico:resetar() end)
|
||||
local reset_func = function() _detalhes.tabela_historico:resetar() end
|
||||
_detalhes:RegisterHotCornerButton ("TOPLEFT", "DetailsLeftCornerButton", [[Interface\AddOns\Details\images\minimap]], "|cFFFFFFFFDetails!\n|cFF00FF00Left Click:|r clear all segments.", reset_func, nil, reset_func)
|
||||
|
||||
|
||||
--[[
|
||||
|
||||
Reference in New Issue
Block a user