Skip to content

Commit

Permalink
Disabled scale option for pet battle bar
Browse files Browse the repository at this point in the history
When it's restricted, ofc πŸ˜…
  • Loading branch information
ls- committed May 9, 2023
1 parent 88af096 commit de469f7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions ls_UI_Options/bars/bar.lua
Original file line number Diff line number Diff line change
Expand Up @@ -416,6 +416,7 @@ function CONFIG:CreateBarOptions(order, barID, name)
temp.args.reset.disabled = isPetBattleBarDisabledOrRestricted
temp.args.visible.disabled = isPetBattleBarDisabledOrRestricted
temp.args.grid = nil
temp.args.scale.disabled = isModuleDisabledOrRestricted
temp.args.num.max = 6
temp.args.num.disabled = isPetBattleBarDisabledOrRestricted
temp.args.per_row.max = 6
Expand Down

0 comments on commit de469f7

Please sign in to comment.