mirror of
https://github.com/Cockatrice/Cockatrice.git
synced 2026-06-25 16:13:54 -07:00
Merge pull request #285 from pliu037/fix-oracle-save
Fixed Oracle save bug
This commit is contained in:
commit
59b8d7044a
1 changed files with 2 additions and 0 deletions
|
|
@ -433,6 +433,8 @@ bool SaveSetsPage::validatePage()
|
||||||
QMessageBox::information(this, tr("Success"), tr("The card database has been saved successfully."));
|
QMessageBox::information(this, tr("Success"), tr("The card database has been saved successfully."));
|
||||||
} else {
|
} else {
|
||||||
QMessageBox::critical(this, tr("Error"), tr("The file could not be saved to the desired location."));
|
QMessageBox::critical(this, tr("Error"), tr("The file could not be saved to the desired location."));
|
||||||
|
if (defaultPathCheckBox->isChecked())
|
||||||
|
defaultPathCheckBox->setChecked(false);
|
||||||
}
|
}
|
||||||
} while (!ok);
|
} while (!ok);
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue