mirror of
https://github.com/Nheko-Reborn/nheko.git
synced 2024-11-22 11:00:48 +03:00
Add link to repo to show where issues go
This commit is contained in:
parent
bffa0115d4
commit
e78d107558
1 changed files with 3 additions and 3 deletions
|
@ -350,9 +350,9 @@ ChatPage::bootstrap(QString userid, QString homeserver, QString token)
|
||||||
tr("Cache migration failed!"),
|
tr("Cache migration failed!"),
|
||||||
tr("Migrating the cache to the current version failed. "
|
tr("Migrating the cache to the current version failed. "
|
||||||
"This can have different reasons. Please open an "
|
"This can have different reasons. Please open an "
|
||||||
"issue and try to use an older version in the mean "
|
"issue at https://github.com/Nheko-Reborn/nheko and try to use an "
|
||||||
"time. Alternatively you can try deleting the cache "
|
"older version in the meantime. Alternatively you can try "
|
||||||
"manually."));
|
"deleting the cache manually."));
|
||||||
QCoreApplication::quit();
|
QCoreApplication::quit();
|
||||||
}
|
}
|
||||||
loadStateFromCache();
|
loadStateFromCache();
|
||||||
|
|
Loading…
Reference in a new issue