mirror of
https://github.com/Cockatrice/Cockatrice.git
synced 2026-07-30 23:50:19 -07:00
Merge pull request #285 from pliu037/fix-oracle-save
Fixed Oracle save bug
This commit is contained in:
@@ -433,6 +433,8 @@ bool SaveSetsPage::validatePage()
|
||||
QMessageBox::information(this, tr("Success"), tr("The card database has been saved successfully."));
|
||||
} else {
|
||||
QMessageBox::critical(this, tr("Error"), tr("The file could not be saved to the desired location."));
|
||||
if (defaultPathCheckBox->isChecked())
|
||||
defaultPathCheckBox->setChecked(false);
|
||||
}
|
||||
} while (!ok);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user