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:
@ -29,8 +29,8 @@ function PlayerInfo.prototype:GetOptions()
|
||||
|
||||
opts["hideBlizz"] = {
|
||||
type = "toggle",
|
||||
name = "Hide Blizzard Buff Frame",
|
||||
desc = "Hides Blizzard buffs frame and disables all events related to it",
|
||||
name = "Hide Blizzard Buffs",
|
||||
desc = "Hides Blizzard's default buffs frame and disables all events related to it",
|
||||
get = function()
|
||||
return self.moduleSettings.hideBlizz
|
||||
end,
|
||||
@ -204,7 +204,7 @@ function PlayerInfo.prototype:UpdateBuffs(unit, fromRepeated)
|
||||
|
||||
startingNum = startingNum + 1
|
||||
end
|
||||
|
||||
|
||||
for i=startingNum, IceCore.BuffLimit do
|
||||
if self.frame.buffFrame.buffs[i]:IsVisible() then
|
||||
self.frame.buffFrame.buffs[i]:Hide()
|
||||
|
Reference in New Issue
Block a user