mirror of
https://github.com/parnic/ice-hud.git
synced 2025-06-16 06:40:13 -05:00
- committing a really old user-submitted fix (from the forums) for being able to set the minimum buffs/debuffs to 0 in the targetinfo
This commit is contained in:
@ -198,7 +198,7 @@ function TargetInfo.prototype:GetOptions()
|
||||
self.moduleSettings.perRow = v
|
||||
self:RedrawBuffs()
|
||||
end,
|
||||
min = 5,
|
||||
min = 0,
|
||||
max = 20,
|
||||
step = 1,
|
||||
disabled = function()
|
||||
|
Reference in New Issue
Block a user