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:
Athozus 2023-09-13 20:05:18 +02:00 committed by GitHub
parent 9bf5b084db
commit 1ea13e77a3
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -94,9 +94,9 @@ mail = {
}, },
settings_groups = { settings_groups = {
{ name = "notifications", label = S("Notifications")}, { name = "notifications", label = S("Notifications")},
{ name = "message_list", label = S("Message list")}, { name = "message_list", label = S("Message list")},
{ name = "other", label = S("Other")} { name = "other", label = S("Other")}
}, },
message_drafts = {} message_drafts = {}