diff --git a/IceBarElement.lua b/IceBarElement.lua index aa9da58..f6a8e19 100644 --- a/IceBarElement.lua +++ b/IceBarElement.lua @@ -93,12 +93,6 @@ function IceBarElement.prototype:GetOptions() end -function IceBarElement.prototype:GetDefaultSettings() - local defaults = IceBarElement.super.prototype.GetDefaultSettings(self) - defaults["barFontSize"] = 13 - return defaults -end - -- OVERRIDE function IceBarElement.prototype:Redraw() diff --git a/IceCore.lua b/IceCore.lua index 6dc1e93..34e491e 100644 --- a/IceCore.lua +++ b/IceCore.lua @@ -40,6 +40,7 @@ function IceCore.prototype:init() alphaic = 0.6, lockTextAlpha = true, barTexture = "Bar", + barFontSize = 13, } -- get default settings from the modules