mirror of
https://github.com/YACReader/yacreader
synced 2025-06-04 01:28:55 -04:00
Add openContainingFolderComicAction to the window actions so it can be triggered
This commit is contained in:
parent
302eca1aa6
commit
dd3188a6da
@ -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).
|
||||
|
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user