mirror of
https://github.com/YACReader/yacreader
synced 2025-07-21 06:24:39 -04:00
corregido bug que evitaba drag&drop para abrir
corregido bug en el filtro de ficheros del di?logo abrir information label s?lo se muestra si hay un c?mic abierto
This commit is contained in:
@ -416,7 +416,7 @@ void MainWindowViewer::reloadOptions()
|
||||
void MainWindowViewer::open()
|
||||
{
|
||||
QFileDialog openDialog;
|
||||
QString pathFile = openDialog.getOpenFileName(this,tr("Open Comic"),currentDirectory,tr("Comic files") + "(*.cbr *.cbz *.rar *.zip *.tar *.pdf *.7z *.cb7 *.arj *.cbt");
|
||||
QString pathFile = openDialog.getOpenFileName(this,tr("Open Comic"),currentDirectory,tr("Comic files") + "(*.cbr *.cbz *.rar *.zip *.tar *.pdf *.7z *.cb7 *.arj *.cbt)");
|
||||
if (!pathFile.isEmpty())
|
||||
{
|
||||
openComicFromPath(pathFile);
|
||||
|
Reference in New Issue
Block a user