mirror of
https://github.com/Bluewhale1337/ElvUIModernized.git
synced 2026-07-27 16:34:45 +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()
|
||||
|
||||
@@ -12,4 +12,5 @@ G["general"] = {
|
||||
["xOffset"] = 0,
|
||||
["yOffset"] = 0
|
||||
},
|
||||
["versionCheck"] = true
|
||||
}
|
||||
@@ -14,7 +14,9 @@ V["general"] = {
|
||||
["pixelPerfect"] = true,
|
||||
["replaceBlizzFonts"] = true,
|
||||
["minimap"] = {
|
||||
["enable"] = true
|
||||
["enable"] = true,
|
||||
["hideCalendar"] = true,
|
||||
["zoomLevel"] = 0,
|
||||
},
|
||||
}
|
||||
|
||||
@@ -81,6 +83,7 @@ V["skins"] = {
|
||||
["tradeskill"] = true,
|
||||
["trainer"] = true,
|
||||
["tutorial"] = true,
|
||||
["watchframe"] = true,
|
||||
["worldmap"] = true,
|
||||
["mirrorTimers"] = true
|
||||
},
|
||||
|
||||
@@ -14,6 +14,7 @@ P["general"] = {
|
||||
["autoAcceptInvite"] = false,
|
||||
["bottomPanel"] = true,
|
||||
["hideErrorFrame"] = true,
|
||||
["watchFrameHeight"] = 480,
|
||||
["afk"] = true,
|
||||
["enhancedPvpMessages"] = true,
|
||||
["numberPrefixStyle"] = "ENGLISH",
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
local E, L, V, P, G = unpack(ElvUI);
|
||||
local E, L, V, P, G = unpack(ElvUI); --Import: Engine, Locales, PrivateDB, ProfileDB, GlobalDB
|
||||
|
||||
E.Options.args.general = {
|
||||
type = "group",
|
||||
|
||||
Reference in New Issue
Block a user