mirror of
https://github.com/parnic/ice-hud.git
synced 2025-06-16 06:40:13 -05:00
- added description text to each custom module explaining what type of module it is. it was pretty difficult to figure out what kind of custom module you were looking at in the config after you created it
This commit is contained in:
@ -160,6 +160,12 @@ function IceCustomCDBar.prototype:GetOptions()
|
||||
order = 20.2,
|
||||
}
|
||||
|
||||
opts["type"] = {
|
||||
type = "description",
|
||||
name = string.format("%s %s", L["Module type:"], tostring(self:GetBarTypeDescription("CD"))),
|
||||
order = 21,
|
||||
}
|
||||
|
||||
opts["name"] = {
|
||||
type = 'input',
|
||||
name = L["Bar name"],
|
||||
|
Reference in New Issue
Block a user