mirror of
https://github.com/PrismLauncher/PrismLauncher.git
synced 2026-06-29 01:54:20 +03:00
show error code in dialog, change text for no internet
Signed-off-by: Tayou <git@tayou.org>
This commit is contained in:
parent
768d12259b
commit
d71cfc33a2
6 changed files with 17 additions and 2 deletions
|
|
@ -41,6 +41,7 @@
|
|||
|
||||
#include <QDateTime>
|
||||
#include <QMap>
|
||||
#include <QNetworkReply>
|
||||
#include <QVariantMap>
|
||||
|
||||
enum class Validity { None, Assumed, Certain };
|
||||
|
|
@ -118,5 +119,6 @@ struct AccountData {
|
|||
// runtime only information (not saved with the account)
|
||||
QString internalId;
|
||||
QString errorString;
|
||||
QNetworkReply::NetworkError networkError = QNetworkReply::NoError;
|
||||
AccountState accountState = AccountState::Unchecked;
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue