mirror of
https://github.com/mt-mods/mail.git
synced 2025-04-30 08:21:44 -04:00
minor
This commit is contained in:
parent
5b8b3c7bcb
commit
2007e7bcf4
1 changed files with 1 additions and 1 deletions
|
@ -76,7 +76,7 @@ function mail.show_about(name, contributor_grouping)
|
||||||
("dropdown[4,0.75;6.4;contributor_grouping;%s,%s;%d;true]"):format(
|
("dropdown[4,0.75;6.4;contributor_grouping;%s,%s;%d;true]"):format(
|
||||||
S("Group by name"), S("Group by contribution"), contributor_grouping)
|
S("Group by name"), S("Group by contribution"), contributor_grouping)
|
||||||
|
|
||||||
local contributor_columns, contributor_list = "", {}
|
local contributor_list, contributor_columns = {}
|
||||||
|
|
||||||
if contributor_grouping == 2 then
|
if contributor_grouping == 2 then
|
||||||
contributor_columns = "color;text"
|
contributor_columns = "color;text"
|
||||||
|
|
Loading…
Add table
Reference in a new issue