mirror of
https://github.com/parnic/ice-hud.git
synced 2025-06-16 06:40:13 -05:00
- big giant options screen usability cleanup:
- colorized the FAQ and Module Settings description text to be more readable - removed custom coloring from certain options that didn't match the rest - hid a few debug-only settings - consolidated all the 'create custom module' buttons into a drop-down + create button - clarified description of some options so that their intent/purpose is more clear - moved around/cleaned up headers for consistency - doubled the width of long options so that they don't get cut off and ...'d
This commit is contained in:
@ -38,7 +38,7 @@ function IceCustomHealth.prototype:GetOptions()
|
||||
opts["customHeader"] = {
|
||||
type = 'header',
|
||||
name = "Custom bar settings",
|
||||
order = 20.1,
|
||||
order = 30.1,
|
||||
}
|
||||
|
||||
opts["deleteme"] = {
|
||||
@ -51,7 +51,7 @@ function IceCustomHealth.prototype:GetOptions()
|
||||
dialog.data = self
|
||||
end
|
||||
end,
|
||||
order = 20.2,
|
||||
order = 20.1,
|
||||
}
|
||||
|
||||
opts["name"] = {
|
||||
@ -70,7 +70,7 @@ function IceCustomHealth.prototype:GetOptions()
|
||||
return not self.moduleSettings.enabled
|
||||
end,
|
||||
usage = "<a name for this bar>",
|
||||
order = 20.3,
|
||||
order = 30.3,
|
||||
}
|
||||
|
||||
opts["unitToTrack"] = {
|
||||
@ -90,7 +90,7 @@ function IceCustomHealth.prototype:GetOptions()
|
||||
disabled = function()
|
||||
return not self.moduleSettings.enabled
|
||||
end,
|
||||
order = 20.4,
|
||||
order = 30.4,
|
||||
}
|
||||
|
||||
return opts
|
||||
|
Reference in New Issue
Block a user