aboutsummaryrefslogtreecommitdiff
path: root/launcher/minecraft/WorldList.h
diff options
context:
space:
mode:
authorSefa Eyeoglu <contact@scrumplex.net>2022-03-31 18:45:17 +0200
committerSefa Eyeoglu <contact@scrumplex.net>2022-03-31 18:45:17 +0200
commit64ca96f470efda6ee643e52e80105eff2790c22b (patch)
treee468710f20a0cf3b27d3e5ed4f145dce8661617e /launcher/minecraft/WorldList.h
parente22d54abd35560213377bb41f2bc902f67c8de64 (diff)
downloadPrismLauncher-64ca96f470efda6ee643e52e80105eff2790c22b.tar.gz
PrismLauncher-64ca96f470efda6ee643e52e80105eff2790c22b.tar.bz2
PrismLauncher-64ca96f470efda6ee643e52e80105eff2790c22b.zip
feat: track and display world size
Diffstat (limited to 'launcher/minecraft/WorldList.h')
-rw-r--r--launcher/minecraft/WorldList.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/launcher/minecraft/WorldList.h b/launcher/minecraft/WorldList.h
index 8e238ee3..5138e583 100644
--- a/launcher/minecraft/WorldList.h
+++ b/launcher/minecraft/WorldList.h
@@ -32,7 +32,8 @@ public:
{
NameColumn,
GameModeColumn,
- LastPlayedColumn
+ LastPlayedColumn,
+ SizeColumn
};
enum Roles
@@ -43,6 +44,7 @@ public:
NameRole,
GameModeRole,
LastPlayedRole,
+ SizeRole,
IconFileRole
};