mirror of
https://github.com/parnic/ice-hud.git
synced 2025-06-16 06:40:13 -05:00
- hid the "Low Threshold Color" option on custom bars and cooldown bars since the option doesn't apply to them
- updated the description of a few "low threshold" settings so they make more sense to users (don't reference variable names)
This commit is contained in:
@ -129,6 +129,7 @@ function IceCustomCDBar.prototype:GetOptions()
|
||||
|
||||
opts.textSettings.args.upperTextString.hidden = false
|
||||
opts.textSettings.args.lowerTextString.hidden = false
|
||||
opts.lowThresholdColor = nil
|
||||
|
||||
opts["customHeader"] = {
|
||||
type = 'header',
|
||||
|
Reference in New Issue
Block a user