mirror of
https://github.com/YACReader/yacreader
synced 2025-07-17 20:44:32 -04:00
Merge branch 'develop' into clazy_autorefactoring
This commit is contained in:
@ -810,6 +810,9 @@ void MainWindowViewer::openComicFromRecentAction(QAction *action)
|
||||
} else if (info1.isDir()) {
|
||||
openFolderFromPath(action->data().toString());
|
||||
}
|
||||
} else {
|
||||
viewer->resetContent();
|
||||
viewer->showMessageErrorOpening();
|
||||
}
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user