addonbuttons: fix variable name

This commit is contained in:
shagu
2019-12-19 22:24:45 +01:00
parent 8d91394259
commit fc792c4e8b
3 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -2,7 +2,7 @@ pfUI:RegisterModule("addonbuttons", "vanilla", function ()
if not pfUI.minimap then return end
if C.abuttons.enable == "0" then return end
local rawborder, border = GetBorderSize("panels")
local rawborder, default_border = GetBorderSize("panels")
pfUI_cache["abuttons"] = pfUI_cache["abuttons"] or {}
pfUI_cache["abuttons"]["add"] = pfUI_cache["abuttons"]["add"] or {}