Skip to content

Commit

Permalink
Merge branch 'hotfix/options-default' into main
Browse files Browse the repository at this point in the history
  • Loading branch information
XiconQoo committed Mar 1, 2021
2 parents 4d1d7a2 + eae5efe commit d4fc5a6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Options.lua
Original file line number Diff line number Diff line change
Expand Up @@ -221,7 +221,7 @@ function XPB:CreateOptions()
sorting = "ascending",
anchor = { self = "BOTTOMLEFT", nameplate = "TOPLEFT" },
growDirection = { self = "LEFT", icon = "RIGHT" },
center = true,
center = false,
},
buff = {
iconSize = 40,
Expand All @@ -238,7 +238,7 @@ function XPB:CreateOptions()
sorting = "ascending",
anchor = { self = "BOTTOMLEFT", nameplate = "TOPLEFT" },
growDirection = { self = "LEFT", icon = "RIGHT" },
center = true,
center = false,
},
customBuffs = {},
customDebuffs = {},
Expand Down

0 comments on commit d4fc5a6

Please sign in to comment.