Skip to content

Commit 033dfce

Browse files
authored
Merge pull request #309 from rytrix/main
Icons indicator: change max value for icons to 9
2 parents 1ee2d72 + 3c15173 commit 033dfce

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Options/modules/indicators/IndicatorIcons.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -139,7 +139,7 @@ function Grid2Options:MakeIndicatorAuraIconsSizeOptions(indicator, options, opti
139139
name = L["Max Icons"],
140140
desc = L["Select maximum number of icons to display."],
141141
min = 1,
142-
max = 6,
142+
max = 9,
143143
step = 1,
144144
get = function () return indicator.dbx.maxIcons or 3 end,
145145
set = function (_, v)

0 commit comments

Comments
 (0)