Skip to content

Commit

Permalink
fix(gui): ensure bar3 can be merged #118
Browse files Browse the repository at this point in the history
  • Loading branch information
ffainy committed Mar 1, 2022
1 parent a0af9f7 commit b73795e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gui/extra.lua
Original file line number Diff line number Diff line change
Expand Up @@ -724,7 +724,7 @@ function GUI:SetupActionBarSize(parent)
key = 'Bar3Num',
value = db.Bar3Num,
text = L['Number'],
min = 1,
min = 0,
max = 12,
step = 1
},
Expand Down

0 comments on commit b73795e

Please sign in to comment.