Skip to content

Commit

Permalink
just in case its nil
Browse files Browse the repository at this point in the history
  • Loading branch information
eltreum0 committed Aug 2, 2022
1 parent cca0258 commit cbee678
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions ElvUI_EltreumUI/Core/Install.lua
Original file line number Diff line number Diff line change
Expand Up @@ -116,6 +116,8 @@ ElvUI_EltreumUI.InstallerData = {
E.db.ElvUI_EltreumUI.borders.borderautoadjust = false
elseif E.db.ElvUI_EltreumUI.borders.borderautoadjust == false then
E.db.ElvUI_EltreumUI.borders.borderautoadjust = true
elseif E.db.ElvUI_EltreumUI.borders.borderautoadjust == nil then
E.db.ElvUI_EltreumUI.borders.borderautoadjust = false
end
ElvUI_EltreumUI:BorderAdjust()
ElvUI_EltreumUI:AuraBorders()
Expand Down

0 comments on commit cbee678

Please sign in to comment.