[fix] Missing keep options in timer

This commit is contained in:
ljf 2022-10-25 01:29:11 +02:00
parent 5760e8fe53
commit c6d070d682
No known key found for this signature in database
2 changed files with 14 additions and 1 deletions

View file

@ -60,4 +60,17 @@ name.en = ""
min = 0
default = 8
[main.main.keep_last]
help = ''
type = "number"
min = 0
default = 0
[main.main.keep_within]
help = ''
type = "string"
pattern.regexp = '^\d+[Hdw]$'
pattern.error = "keep_within_error"
default = ""