Merge pull request #1771 from Trial97/account

Try refreshing account on launch if needed
This commit is contained in:
Alexandru Ionut Tripon
2024-01-10 16:07:09 +02:00
committed by Trial97
parent b83b25cbe3
commit 422135b2ab
2 changed files with 6 additions and 9 deletions

View File

@ -52,8 +52,6 @@
#include <FileSystem.h>
#include <QSaveFile>
#include <chrono>
enum AccountListVersion { MojangMSA = 3 };
AccountList::AccountList(QObject* parent) : QAbstractListModel(parent)