mirror of
https://github.com/parnic/ice-hud.git
synced 2025-06-16 06:40:13 -05:00
- set all bars to animate by default
- forced animation off for cast and mirror bars - made a change to the toc for a curse/wowinterface update
This commit is contained in:
@ -15,10 +15,13 @@ end
|
||||
-- OVERRIDE
|
||||
function TargetCast.prototype:GetDefaultSettings()
|
||||
local settings = TargetCast.super.prototype.GetDefaultSettings(self)
|
||||
|
||||
settings["side"] = IceCore.Side.Right
|
||||
settings["offset"] = 3
|
||||
settings["flashInstants"] = "Never"
|
||||
settings["flashFailures"] = "Never"
|
||||
settings["shouldAnimate"] = false
|
||||
|
||||
return settings
|
||||
end
|
||||
|
||||
|
Reference in New Issue
Block a user