mirror of
https://github.com/parnic/ice-hud.git
synced 2025-06-16 06:40:13 -05:00
- added a configuration mode to show all bars temporarily so they can be placed
- changed how frames are shown and hidden so we don't call show/hide unnecessarily - widened the min/max offset numbers to allow greater placement flexibility
This commit is contained in:
@ -126,8 +126,8 @@ function IceBarElement.prototype:GetOptions()
|
||||
type = 'range',
|
||||
name = '|c' .. self.configColor .. 'Offset|r',
|
||||
desc = 'Offset of the bar',
|
||||
min = -1,
|
||||
max = 10,
|
||||
min = -10,
|
||||
max = 15,
|
||||
step = 1,
|
||||
get = function()
|
||||
return self.moduleSettings.offset
|
||||
|
Reference in New Issue
Block a user