Fix call to renamed method

This commit is contained in:
Luis Ángel San Martín 2022-10-15 12:34:23 +02:00
parent ba9a008cd8
commit 75b2daac76

View File

@ -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();
}
}
}