nameplates: add option to zoom target nameplate

This commit is contained in:
shagu
2018-08-18 20:32:14 +02:00
parent bd77b73f37
commit 570cd80fd0
3 changed files with 78 additions and 4 deletions
+1
View File
@@ -1213,6 +1213,7 @@ pfUI:RegisterModule("gui", function ()
CreateConfig(nil, this, T["Castbar Height"], C.nameplates, "heightcast")
CreateConfig(nil, this, T["Enable Combo Point Display"], C.nameplates, "cpdisplay", "checkbox")
CreateConfig(nil, this, T["Highlight Target Nameplate"], C.nameplates, "targethighlight", "checkbox")
CreateConfig(nil, this, T["Zoom Target Nameplate"], C.nameplates, "targetzoom", "checkbox")
this.setup = true
end
end)