diff --git a/YACReader/main_window_viewer.cpp b/YACReader/main_window_viewer.cpp index 375e3d13..553c10d2 100644 --- a/YACReader/main_window_viewer.cpp +++ b/YACReader/main_window_viewer.cpp @@ -810,6 +810,9 @@ void MainWindowViewer::openComicFromRecentAction(QAction *action) } else if (info1.isDir()) { openFolderFromPath(action->data().toString()); } + } else { + viewer->resetContent(); + viewer->showMessageErrorOpening(); } }