This commit is contained in:
NoM0Re
2025-10-09 21:17:44 +02:00
committed by GitHub
parent ad6a8b3cab
commit 7c7fafe5a8
46 changed files with 768 additions and 212 deletions
+4 -4
View File
@@ -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