mirror of
https://github.com/parnic/ice-hud.git
synced 2025-06-16 06:40:13 -05:00
- changed default for rune module to not be locked at 100% alpha
This commit is contained in:
@ -155,7 +155,7 @@ function Runes.prototype:GetDefaultSettings()
|
||||
defaults["runeMode"] = "Graphical"
|
||||
defaults["usesDogTagStrings"] = false
|
||||
defaults["hideBlizz"] = true
|
||||
defaults["alwaysFullAlpha"] = true
|
||||
defaults["alwaysFullAlpha"] = false
|
||||
|
||||
return defaults
|
||||
end
|
||||
|
Reference in New Issue
Block a user