mirror of
https://github.com/parnic/ice-hud.git
synced 2025-06-16 06:40:13 -05:00
- increased the min/max vertical offset for bars by request
- fixed a minor typo in the maelstrom counter options - removed extraneous function from the custom bar
This commit is contained in:
@ -280,8 +280,8 @@ function IceBarElement.prototype:GetOptions()
|
||||
type='range',
|
||||
name = '|c' .. self.configColor .. 'Bar vertical offset|r',
|
||||
desc = 'Adjust the vertical placement of this bar',
|
||||
min = -100,
|
||||
max = 100,
|
||||
min = -400,
|
||||
max = 400,
|
||||
step = 1,
|
||||
get = function()
|
||||
return self.moduleSettings.barVerticalOffset
|
||||
|
Reference in New Issue
Block a user