add option to change raidicon size on nameplates

This commit is contained in:
shagu
2016-10-26 23:05:54 +02:00
parent 8703c22559
commit ed3f021d2a
3 changed files with 4 additions and 2 deletions
+1
View File
@@ -47,6 +47,7 @@ function pfUI:LoadConfig()
pfUI:UpdateConfig("nameplates", nil, "showcastbar", "1")
pfUI:UpdateConfig("nameplates", nil, "showdebuffs", "0")
pfUI:UpdateConfig("nameplates", nil, "clickthrough", "0")
pfUI:UpdateConfig("nameplates", nil, "raidiconsize", "16")
pfUI:UpdateConfig("thirdparty", "dpsmate", "enable", "1")
pfUI:UpdateConfig("thirdparty", "wim", "enable", "1")
pfUI:UpdateConfig("thirdparty", "healcomm","enable", "1")