Several bug fixes, visual updates on m+ panel, fixed m+ chart again, more updates for Breakdown Wndow
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user