mirror of
https://github.com/mt-mods/mail.git
synced 2025-07-16 03:06:42 -04:00
Add list setting type
This commit is contained in:
parent
cd9e9ec8e1
commit
e45d56439f
2 changed files with 34 additions and 2 deletions
|
@ -53,6 +53,9 @@ mail.settings_groups = {
|
|||
{ name = "other", label = S("Other")}
|
||||
}
|
||||
|
||||
for s, _ in pairs(mail.settings) do
|
||||
for s, d in pairs(mail.settings) do
|
||||
mail.selected_idxs[s] = {}
|
||||
if d.type == "list" then
|
||||
mail.selected_idxs["index_" .. s] = {}
|
||||
end
|
||||
end
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue