More fixes for real time dps

This commit is contained in:
Tercio Jose
2023-07-11 17:07:07 -03:00
parent fa65530a7c
commit 50dc90cc6c
5 changed files with 62 additions and 42 deletions
+13
View File
@@ -7071,6 +7071,19 @@ do
boxfirst = true,
},
{--use realtime dps for evoker augmentataion
type = "toggle",
get = function() return Details.combat_log.evoker_show_realtimedps end,
set = function(self, fixedparam, value)
Details.combat_log.evoker_show_realtimedps = value
afterUpdate()
Details:ClearParserCache()
end,
name = DF:AddClassIconToText("Use Real Time Dps for Aug. Evoker", false, "EVOKER"),
desc = "Use Real Time Dps for Augmentation Evoker",
boxfirst = true,
},
{type = "blank"},
{type = "label", get = function() return "Parser Options:" end, text_template = subSectionTitleTextTemplate},