Skip to content

Commit

Permalink
Remove maw buffs
Browse files Browse the repository at this point in the history
  • Loading branch information
ls- committed May 2, 2023
1 parent 69a2d0c commit a76fbb0
Show file tree
Hide file tree
Showing 5 changed files with 0 additions and 60 deletions.
6 changes: 0 additions & 6 deletions ls_UI/core/defaults.lua
Original file line number Diff line number Diff line change
Expand Up @@ -2706,9 +2706,6 @@ D.profile = {
gm = {
point = {"TOPRIGHT", "UIParent", "TOPRIGHT", -250, -240},
},
maw_buffs = {
point = {"TOPRIGHT", "UIParent", "TOPRIGHT", -250, -188},
},
talking_head = {
hide = false,
},
Expand Down Expand Up @@ -2795,9 +2792,6 @@ PrD.profile = {
mail = {
enabled = false,
},
maw_buffs = { -- MawBuffsBelowMinimapFrame
enabled = true,
},
vehicle_seat = { -- VehicleSeatIndicator
enabled = true
},
Expand Down
1 change: 0 additions & 1 deletion ls_UI/modules/blizzard/_blizzard.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@
<Script file="digsitebar.lua"/>
<Script file="gm.lua"/>
<Script file="mail.lua"/>
<Script file="mawbuffs.lua"/>
<Script file="talkinghead.lua"/>
<Script file="vehicleseat.lua"/>
</Ui>
1 change: 0 additions & 1 deletion ls_UI/modules/blizzard/core.lua
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@ function BLIZZARD:Init()
self:SetUpDigsiteBar()
self:SetUpGMFrame()
self:SetUpMail()
self:SetUpMawBuffs()
self:SetUpTalkingHead()
self:SetUpVehicleSeatFrame()

Expand Down
33 changes: 0 additions & 33 deletions ls_UI/modules/blizzard/mawbuffs.lua

This file was deleted.

19 changes: 0 additions & 19 deletions ls_UI_Options/blizzard.lua
Original file line number Diff line number Diff line change
Expand Up @@ -118,25 +118,6 @@ function CONFIG:CreateBlizzardOptions(order)
end
end,
},
maw_buffs = {
order = inc(1),
type = "toggle",
name = L["MAW_BUFFS"],
disabled = isModuleDisabled,
set = function(_, value)
PrC.db.profile.blizzard.maw_buffs.enabled = value

if not BLIZZARD:HasMawBuffs() then
if value then
BLIZZARD:SetUpMawBuffs()
end
else
if not value then
CONFIG:ShowStaticPopup("RELOAD_UI")
end
end
end,
},
vehicle_seat = {
order = inc(1),
type = "toggle",
Expand Down

0 comments on commit a76fbb0

Please sign in to comment.