mirror of
https://github.com/cmclark00/retro-imager.git
synced 2025-05-18 07:55:21 +01:00
Allow selection of files without extension
I have automatically generated images that do not match *.* as filename contains no dots. I have to rename them every time :(
This commit is contained in:
parent
cb415a6a02
commit
4f8980d48e
1 changed files with 1 additions and 1 deletions
|
@ -577,7 +577,7 @@ void ImageWriter::openFileDialog()
|
|||
|
||||
QFileDialog *fd = new QFileDialog(nullptr, tr("Select image"),
|
||||
path,
|
||||
"Image files (*.img *.zip *.iso *.gz *.xz *.zst);;All files (*.*)");
|
||||
"Image files (*.img *.zip *.iso *.gz *.xz *.zst);;All files (*)");
|
||||
connect(fd, SIGNAL(fileSelected(QString)), SLOT(onFileSelected(QString)));
|
||||
|
||||
if (_engine)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue