diff options
author | Petr Mrázek <peterix@gmail.com> | 2018-12-11 23:53:14 +0100 |
---|---|---|
committer | Petr Mrázek <peterix@gmail.com> | 2018-12-11 23:53:14 +0100 |
commit | 13b293dd6518f8e3c80afd6fe40629e3caee69dc (patch) | |
tree | 1af24d9e9e0ea426138f18d24c7bfbeab7803d9b /api/logic/minecraft/WorldList.h | |
parent | de568b32b85b24fb24fdec2bc90066bf00b2f013 (diff) | |
download | MultiMC-13b293dd6518f8e3c80afd6fe40629e3caee69dc.tar MultiMC-13b293dd6518f8e3c80afd6fe40629e3caee69dc.tar.gz MultiMC-13b293dd6518f8e3c80afd6fe40629e3caee69dc.tar.lz MultiMC-13b293dd6518f8e3c80afd6fe40629e3caee69dc.tar.xz MultiMC-13b293dd6518f8e3c80afd6fe40629e3caee69dc.zip |
GH-2374 fix missing alternating backgrounds in worlds, add gametype column
Diffstat (limited to 'api/logic/minecraft/WorldList.h')
-rw-r--r-- | api/logic/minecraft/WorldList.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/api/logic/minecraft/WorldList.h b/api/logic/minecraft/WorldList.h index a1cd8f51..433d354b 100644 --- a/api/logic/minecraft/WorldList.h +++ b/api/logic/minecraft/WorldList.h @@ -33,6 +33,7 @@ public: enum Columns { NameColumn, + GameModeColumn, LastPlayedColumn }; @@ -42,6 +43,7 @@ public: FolderRole, SeedRole, NameRole, + GameModeRole, LastPlayedRole }; |