Re-add Overall Segment Boss Only M+ option

Reverts commit d0ccba9
This commit is contained in:
Flamanis
2023-04-24 15:46:18 -05:00
parent 00d8c669ef
commit cea769a620
3 changed files with 17 additions and 0 deletions
+10
View File
@@ -6879,6 +6879,16 @@ 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,