GH-2374 fix missing alternating backgrounds in worlds, add gametype column
This commit is contained in:
@ -33,6 +33,7 @@ public:
|
||||
enum Columns
|
||||
{
|
||||
NameColumn,
|
||||
GameModeColumn,
|
||||
LastPlayedColumn
|
||||
};
|
||||
|
||||
@ -42,6 +43,7 @@ public:
|
||||
FolderRole,
|
||||
SeedRole,
|
||||
NameRole,
|
||||
GameModeRole,
|
||||
LastPlayedRole
|
||||
};
|
||||
|
||||
|
Reference in New Issue
Block a user