mirror of
https://github.com/brues-code/pfUI.git
synced 2026-09-22 15:46:56 +00:00
config: enable thirdparty components by default
This commit is contained in:
+7
-7
@@ -589,13 +589,13 @@ function pfUI:LoadConfig()
|
||||
pfUI:UpdateConfig("nameplates", nil, "heighthealth", "8")
|
||||
pfUI:UpdateConfig("nameplates", nil, "heightcast", "8")
|
||||
pfUI:UpdateConfig("nameplates", nil, "cpdisplay", "0")
|
||||
pfUI:UpdateConfig("thirdparty", nil, "chatbg", "0")
|
||||
pfUI:UpdateConfig("thirdparty", "dpsmate", "skin", "0")
|
||||
pfUI:UpdateConfig("thirdparty", "dpsmate", "dock", "0")
|
||||
pfUI:UpdateConfig("thirdparty", "swstats", "skin", "0")
|
||||
pfUI:UpdateConfig("thirdparty", "swstats", "dock", "0")
|
||||
pfUI:UpdateConfig("thirdparty", "ktm", "skin", "0")
|
||||
pfUI:UpdateConfig("thirdparty", "ktm", "dock", "0")
|
||||
pfUI:UpdateConfig("thirdparty", nil, "chatbg", "1")
|
||||
pfUI:UpdateConfig("thirdparty", "dpsmate", "skin", "1")
|
||||
pfUI:UpdateConfig("thirdparty", "dpsmate", "dock", "1")
|
||||
pfUI:UpdateConfig("thirdparty", "swstats", "skin", "1")
|
||||
pfUI:UpdateConfig("thirdparty", "swstats", "dock", "1")
|
||||
pfUI:UpdateConfig("thirdparty", "ktm", "skin", "1")
|
||||
pfUI:UpdateConfig("thirdparty", "ktm", "dock", "1")
|
||||
pfUI:UpdateConfig("thirdparty", "wim", "enable", "1")
|
||||
pfUI:UpdateConfig("thirdparty", "healcomm", "enable", "1")
|
||||
pfUI:UpdateConfig("thirdparty", "sortbags", "enable", "1")
|
||||
|
||||
Reference in New Issue
Block a user