Show a better message on the login screen after an initial sync failure.
This commit is contained in:
parent
54582cab3a
commit
b60554b8fd
4 changed files with 51 additions and 30 deletions
|
|
@ -129,7 +129,7 @@ signals:
|
|||
void getOwnProfileResponse(const QUrl &avatar_url, const QString &display_name);
|
||||
void getOwnCommunitiesResponse(const QList<QString> &own_communities);
|
||||
void initialSyncCompleted(const mtx::responses::Sync &response);
|
||||
void initialSyncFailed(const QString &msg);
|
||||
void initialSyncFailed();
|
||||
void syncCompleted(const mtx::responses::Sync &response);
|
||||
void syncFailed(const QString &msg);
|
||||
void joinFailed(const QString &msg);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue