diff --git a/CHANGELOG.md b/CHANGELOG.md index 7214c3af..5daa8403 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -20,6 +20,7 @@ Version counting is based on semantic versioning (Major.Feature.Patch) * Fix crash when updating the current folder content after a library update. * Fix crash when current folders is empty after an update. * Enable dropping content on the FolderContentView. +* Fix `open containing folder...` shortcut for comics. ### YACReaderLibraryServer * New command --system-info to print information about the execution environment and available resources (including what image formats are supported and what libraries are used by the app). diff --git a/YACReaderLibrary/library_window_actions.cpp b/YACReaderLibrary/library_window_actions.cpp index 02ce373d..b8e2cccf 100644 --- a/YACReaderLibrary/library_window_actions.cpp +++ b/YACReaderLibrary/library_window_actions.cpp @@ -442,6 +442,7 @@ void LibraryWindowActions::createActions(LibraryWindow *window, QSettings *setti window->addAction(setFolderAsYonkomaAction); window->addAction(deleteMetadataAction); window->addAction(rescanXMLFromCurrentFolderAction); + window->addAction(openContainingFolderComicAction); #ifndef Q_OS_MACOS window->addAction(toggleFullScreenAction); #endif