mirror of
https://gitee.com/vnotex/vnote.git
synced 2025-07-05 13:59:52 +08:00
[fix] show the default filename in 'Export As' dialog (#35)
This commit is contained in:
parent
1d0c80d5b5
commit
dc98b5ef00
@ -123,7 +123,7 @@ void VExporter::handleBrowseBtnClicked()
|
||||
tr("Portable Document Format (*.pdf)") :
|
||||
tr("WebPage, Complete (*.html)");
|
||||
QString path = QFileDialog::getSaveFileName(this, tr("Export As"),
|
||||
fi.absolutePath(),
|
||||
fi.absoluteFilePath(),
|
||||
fileType);
|
||||
if (path.isEmpty()) {
|
||||
return;
|
||||
|
Loading…
x
Reference in New Issue
Block a user