From 64ca96f470efda6ee643e52e80105eff2790c22b Mon Sep 17 00:00:00 2001 From: Sefa Eyeoglu Date: Thu, 31 Mar 2022 18:45:17 +0200 Subject: feat: track and display world size --- launcher/minecraft/WorldList.h | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'launcher/minecraft/WorldList.h') 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 }; -- cgit