5.20.5
This commit is contained in:
@@ -1097,13 +1097,13 @@ function OptionsPrivate.ConstructOptions(prototype, data, startorder, triggernum
|
||||
end
|
||||
if prototype.timedrequired then
|
||||
options.unevent = {
|
||||
type = "select",
|
||||
type = "toggle",
|
||||
disabled = true,
|
||||
width = WeakAuras.normalWidth,
|
||||
name = L["Hide"],
|
||||
name = L["Hide After"],
|
||||
order = order,
|
||||
values = OptionsPrivate.Private.timedeventend_types,
|
||||
get = function()
|
||||
return "timed"
|
||||
return true
|
||||
end,
|
||||
set = function(info, v)
|
||||
-- unevent is no longer used
|
||||
|
||||
Reference in New Issue
Block a user