mirror of
https://github.com/Bluewhale1337/ElvUIModernized.git
synced 2026-07-28 08:54:43 +00:00
more cleanup
This commit is contained in:
@@ -299,6 +299,8 @@ function M:Initialize()
|
||||
MinimapBorder:Hide()
|
||||
MinimapBorderTop:Hide()
|
||||
|
||||
MinimapToggleButton:Hide()
|
||||
|
||||
MinimapZoomIn:Hide()
|
||||
MinimapZoomOut:Hide()
|
||||
|
||||
|
||||
@@ -80,7 +80,7 @@ local function LoadSkin()
|
||||
end
|
||||
end)
|
||||
|
||||
HookScript(LootFrame, "OnShow", function()
|
||||
--[[HookScript(LootFrame, "OnShow", function()
|
||||
if IsFishingLoot() then
|
||||
this.Title:SetText(L["Fishy Loot"])
|
||||
elseif not UnitIsFriend("player", "target") and UnitIsDead("target") then
|
||||
@@ -88,7 +88,7 @@ local function LoadSkin()
|
||||
else
|
||||
this.Title:SetText(LOOT)
|
||||
end
|
||||
end)
|
||||
end)--]]
|
||||
end
|
||||
|
||||
local function LoadRollSkin()
|
||||
|
||||
Reference in New Issue
Block a user