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:
@ -197,8 +197,8 @@ function IceCastBar.prototype:GetOptions()
|
||||
|
||||
opts["reverseChannel"] = {
|
||||
type = 'toggle',
|
||||
name = "Reverse channel direction",
|
||||
desc = "Whether or not to reverse the direction of a channel's castbar",
|
||||
name = "Reverse channeling",
|
||||
desc = "Whether or not to reverse the direction of the cast bar when a spell is being channeled. For example, if a normal cast causes this bar to fill up, then checking this option will cause a channeled spell to empty the bar instead.",
|
||||
get = function()
|
||||
return self.moduleSettings.reverseChannel
|
||||
end,
|
||||
|
Reference in New Issue
Block a user