mirror of
https://github.com/mt-mods/mail.git
synced 2025-07-22 07:04:54 -04:00
Add timezone offset setting
Clarify timezone offset tooltip Co-authored-by: y5nw <37980625+y5nw@users.noreply.github.com>
This commit is contained in:
parent
9a52c1c181
commit
1dab26f0bf
2 changed files with 6 additions and 1 deletions
|
@ -45,6 +45,10 @@ mail.settings = {
|
|||
type = "string", default = "%Y-%m-%d %X", group = "other", index = 3, label = S("Date format"),
|
||||
dataset = {"%Y-%m-%d %X", "%d/%m/%y %X", "%A %d %B %Y %X"}, format = os.date
|
||||
},
|
||||
timezone_offset = {
|
||||
type = "number", default = 0, group = "other", index = 4,
|
||||
label = S("Timezone offset"), tooltip = S("Offset to add to server time."),
|
||||
},
|
||||
mute_list = {
|
||||
type = "list", default = {}, group = "spam", index = 1,
|
||||
label = S("Mute list")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue