mirror of
https://github.com/brues-code/pfUI.git
synced 2026-09-22 07:36:56 +00:00
addonbuttons: fix variable name
This commit is contained in:
@@ -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 {}
|
||||
|
||||
+1
-1
@@ -2,7 +2,7 @@
|
||||
## Title: |cff33ffccpf|cffffffffUI
|
||||
## Author: Shagu
|
||||
## Notes: A complete user interface replacement.
|
||||
## Version: 4.4.0
|
||||
## Version: 4.4.1
|
||||
## SavedVariables: pfUI_profiles, pfUI_addon_profiles, pfUI_cache
|
||||
## SavedVariablesPerCharacter: pfUI_config, pfUI_init, pfUI_playerDB
|
||||
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
## Title: |cff33ffccpf|cffffffffUI
|
||||
## Author: Shagu
|
||||
## Notes: A complete user interface replacement.
|
||||
## Version: 4.4.0
|
||||
## Version: 4.4.1
|
||||
## SavedVariables: pfUI_profiles, pfUI_addon_profiles, pfUI_cache
|
||||
## SavedVariablesPerCharacter: pfUI_config, pfUI_init, pfUI_playerDB
|
||||
|
||||
|
||||
Reference in New Issue
Block a user