mirror of
https://github.com/brues-code/pfUI.git
synced 2026-09-23 08:06:55 +00:00
config: enable meters and addonbuttons by default
This commit is contained in:
+2
-2
@@ -730,7 +730,7 @@ function pfUI:LoadConfig()
|
||||
pfUI:UpdateConfig("nameplates", "debuffs", "showstacks", "0")
|
||||
pfUI:UpdateConfig("nameplates", "debuffs", "position", "BOTTOM")
|
||||
|
||||
pfUI:UpdateConfig("abuttons", nil, "enable", "0")
|
||||
pfUI:UpdateConfig("abuttons", nil, "enable", "1")
|
||||
pfUI:UpdateConfig("abuttons", nil, "position", "bottom")
|
||||
pfUI:UpdateConfig("abuttons", nil, "showdefault", "0")
|
||||
pfUI:UpdateConfig("abuttons", nil, "rowsize", "6")
|
||||
@@ -754,7 +754,7 @@ function pfUI:LoadConfig()
|
||||
|
||||
pfUI:UpdateConfig("questlog", nil, "showQuestLevels", "0")
|
||||
pfUI:UpdateConfig("thirdparty", nil, "chatbg", "1")
|
||||
pfUI:UpdateConfig("thirdparty", nil, "showmeter", "0")
|
||||
pfUI:UpdateConfig("thirdparty", nil, "showmeter", "1")
|
||||
pfUI:UpdateConfig("thirdparty", "dpsmate", "skin", "1")
|
||||
pfUI:UpdateConfig("thirdparty", "dpsmate", "dock", "1")
|
||||
pfUI:UpdateConfig("thirdparty", "shagudps", "skin", "1")
|
||||
|
||||
Reference in New Issue
Block a user