Several bug fixes, visual updates on m+ panel, fixed m+ chart again, more updates for Breakdown Wndow

This commit is contained in:
Tercio Jose
2024-08-17 00:03:03 -03:00
committed by andrew6180
parent dc2758ccbe
commit 97e83c95e3
17 changed files with 122 additions and 57 deletions
+14
View File
@@ -7030,6 +7030,20 @@ do
name = Loc["STRING_OPTIONS_MPLUS_SHOWENDPANEL"],
desc = Loc["STRING_OPTIONS_MPLUS_SHOWENDPANEL"],
},
{--time to auto hide
type = "range",
get = function() return Details.mythic_plus.autoclose_time end,
set = function(self, fixedparam, value)
Details.mythic_plus.autoclose_time = value
afterUpdate()
end,
min = 20,
max = 300,
step = 1,
name = Loc ["STRING_OPTIONS_MPLUS_AUTO_CLOSE_TIME"],
desc = Loc ["STRING_OPTIONS_MPLUS_AUTO_CLOSE_TIME_DESC"],
},
}
sectionFrame.sectionOptions = sectionOptions