Add totalTimePlayed for FTBApp import

Signed-off-by: chouzz <zhouhua852@gmail.com>
(cherry picked from commit 92113e233a)
This commit is contained in:
chouzz
2024-03-09 19:34:16 +08:00
committed by github-actions[bot]
parent 067fcaf0d9
commit ca3516d26d
3 changed files with 3 additions and 0 deletions

View File

@ -36,6 +36,7 @@ struct Modpack {
QString name;
QString version;
QString mcVersion;
int totalPlayTime;
// not needed for instance creation
QVariant jvmArgs;