Major upgrade for alpha testers

This commit is contained in:
Tercio Jose
2023-11-30 16:13:14 -03:00
parent 319fe4c84e
commit 0ff046b500
24 changed files with 2616 additions and 1399 deletions
+2 -11
View File
@@ -6401,7 +6401,8 @@ do
return Details:Msg(Loc ["STRING_OPTIONS_SPELL_IDERROR"])
end
Details:UserCustomSpellAdd (id, name, icon)
local bAddedByUser = true
Details:UserCustomSpellAdd (id, name, icon, bAddedByUser)
panel:Refresh()
@@ -6910,16 +6911,6 @@ do
desc = "When the run is done, make an overall segment.",
},
{--overall only with bosses
type = "toggle",
get = function() return Details.mythic_plus.make_overall_boss_only end,
set = function(self, fixedparam, value)
Details.mythic_plus.make_overall_boss_only = value
end,
name = "Overall Segment Boss Only",
desc = "Only add boss segments on the overall.",
},
{--merge trash
type = "toggle",
get = function() return Details.mythic_plus.merge_boss_trash end,