mirror of
https://github.com/YACReader/yacreader
synced 2025-05-28 03:10:27 -04:00
Always export libraries as .ydb
This commit is contained in:
parent
abcb4b1f26
commit
3d9873db75
@ -65,7 +65,7 @@ void ExportComicsInfoDialog::findPath()
|
||||
{
|
||||
QString s = QFileDialog::getSaveFileName(this, tr("Destination database name"), ".", "*.ydb");
|
||||
if (!s.isEmpty()) {
|
||||
path->setText(s);
|
||||
path->setText(s.endsWith(".ydb") ? s : s + ".ydb");
|
||||
accept->setEnabled(true);
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user