more cleanup

This commit is contained in:
Crum
2018-01-03 21:25:06 -06:00
parent 2bbe331c21
commit 5739eccbe3
6 changed files with 11 additions and 4 deletions
@@ -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()
+1
View File
@@ -12,4 +12,5 @@ G["general"] = {
["xOffset"] = 0,
["yOffset"] = 0
},
["versionCheck"] = true
}
+4 -1
View File
@@ -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
},
+1
View File
@@ -14,6 +14,7 @@ P["general"] = {
["autoAcceptInvite"] = false,
["bottomPanel"] = true,
["hideErrorFrame"] = true,
["watchFrameHeight"] = 480,
["afk"] = true,
["enhancedPvpMessages"] = true,
["numberPrefixStyle"] = "ENGLISH",
+1 -1
View File
@@ -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",