Merge branch 'develop' into clazy_autorefactoring

This commit is contained in:
Luis Ángel San Martín
2021-09-26 08:52:23 +02:00
committed by GitHub
10 changed files with 44 additions and 22 deletions

View File

@ -810,6 +810,9 @@ void MainWindowViewer::openComicFromRecentAction(QAction *action)
} else if (info1.isDir()) {
openFolderFromPath(action->data().toString());
}
} else {
viewer->resetContent();
viewer->showMessageErrorOpening();
}
}