Several bug fixes, visual updates on m+ panel, fixed m+ chart again, more updates for Breakdown Wndow
This commit is contained in:
parent
dc2758ccbe
commit
97e83c95e3
17 changed files with 122 additions and 57 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue