Skip to content

Commit

Permalink
better during install
Browse files Browse the repository at this point in the history
  • Loading branch information
eltreum0 committed Jul 21, 2022
1 parent 84d0e49 commit 88f0b6c
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions ElvUI_EltreumUI/Modules/Skins/Borders.lua
Original file line number Diff line number Diff line change
Expand Up @@ -862,6 +862,7 @@ function ElvUI_EltreumUI:ShowHideBorders()
local barborderbuttonnumber
if E.db.ElvUI_EltreumUI.borders.borders == false then
E.db.ElvUI_EltreumUI.borders.borders = true
ElvUI_EltreumUI:ActionbarBorderAdjust()
ElvUI_EltreumUI:Borders()
for _, frame in pairs(borderlist) do
if frame ~= nil then
Expand All @@ -884,6 +885,8 @@ function ElvUI_EltreumUI:ShowHideBorders()
end
elseif E.db.ElvUI_EltreumUI.borders.borders == true then
E.db.ElvUI_EltreumUI.borders.borders = false
ElvUI_EltreumUI:ActionbarBorderAdjust()
ElvUI_EltreumUI:Shadows()
for _, frame in pairs(borderlist) do
if frame ~= nil then
frame:Hide()
Expand Down

0 comments on commit 88f0b6c

Please sign in to comment.