diff --git a/YACReaderLibrary/library_window.cpp b/YACReaderLibrary/library_window.cpp index 77396113..c3445fa2 100644 --- a/YACReaderLibrary/library_window.cpp +++ b/YACReaderLibrary/library_window.cpp @@ -1597,7 +1597,7 @@ void LibraryWindow::addFolderToCurrentIndex() navigationController->loadFolderInfo(newIndex); historyController->updateHistory(YACReaderLibrarySourceContainer(newIndex, YACReaderLibrarySourceContainer::Folder)); // a new folder is always an empty folder - contentViewsManager->showEmptyFolderView(); + contentViewsManager->showFolderContentView(); } } }