mirror of
https://github.com/mt-mods/mail.git
synced 2025-04-30 08:21:44 -04:00
Remove tabs from settings groups
Use spaces instead Co-authored-by: SX <50966843+S-S-X@users.noreply.github.com>
This commit is contained in:
parent
9bf5b084db
commit
1ea13e77a3
1 changed files with 3 additions and 3 deletions
6
init.lua
6
init.lua
|
@ -94,9 +94,9 @@ mail = {
|
|||
},
|
||||
|
||||
settings_groups = {
|
||||
{ name = "notifications", label = S("Notifications")},
|
||||
{ name = "message_list", label = S("Message list")},
|
||||
{ name = "other", label = S("Other")}
|
||||
{ name = "notifications", label = S("Notifications")},
|
||||
{ name = "message_list", label = S("Message list")},
|
||||
{ name = "other", label = S("Other")}
|
||||
},
|
||||
|
||||
message_drafts = {}
|
||||
|
|
Loading…
Add table
Reference in a new issue