mirror of
https://github.com/JulianGro/overte.git
synced 2025-04-16 20:26:24 +02:00
change key missing
message
This commit is contained in:
parent
ff9daa257c
commit
070d996096
1 changed files with 2 additions and 1 deletions
|
@ -79,7 +79,8 @@ void SnapshotShareDialog::accept() {
|
|||
void SnapshotShareDialog::uploadSnapshot() {
|
||||
|
||||
if (AccountManager::getInstance().getAccountInfo().getDiscourseApiKey().isEmpty()) {
|
||||
QMessageBox::warning(this, "", "Your Discourse API key is missing, you cannot share snapshots.");
|
||||
QMessageBox::warning(this, "",
|
||||
"Your Discourse API key is missing, you cannot share snapshots. Please try to relog.");
|
||||
return;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue