open raid library update

This commit is contained in:
Tercio Jose
2022-04-23 14:02:54 -03:00
parent b8b55e7653
commit d1e0325101
6 changed files with 191 additions and 91 deletions
+12 -1
View File
@@ -466,6 +466,17 @@ end
desc = "Exanple: druid roar.",
},
{--filter: show interrupt cooldowns
type = "toggle",
get = function() return Details.ocd_tracker.filters["interrupt"] end,
set = function (self, fixedparam, value)
Details.ocd_tracker.filters["interrupt"] = value
Details.CooldownTracking.RefreshCooldownFrames()
end,
name = "Interrupt Cooldowns",
desc = "Exanple: rogue kick.",
},
{type = "breakline"},
{--bar width
@@ -512,7 +523,7 @@ end
}
DF:BuildMenu(f, generalOptions, 5, -35, 150, true, options_text_template, options_dropdown_template, options_switch_template, true, options_slider_template, options_button_template)
DF:BuildMenu(f, generalOptions, 5, -30, 150, true, options_text_template, options_dropdown_template, options_switch_template, true, options_slider_template, options_button_template)
--cooldown selection
local cooldownProfile = Details.ocd_tracker.cooldowns