Rename method

This commit is contained in:
Luis Ángel San Martín
2022-10-15 12:33:23 +02:00
parent d8a35d767c
commit a6e98ae31e
3 changed files with 3 additions and 3 deletions

View File

@ -67,7 +67,7 @@ void YACReaderNavigationController::loadFolderInfo(const QModelIndex &modelIndex
} else {
// showEmptyFolder
loadEmptyFolderInfo(modelIndex);
contentViewsManager->showEmptyFolderView();
contentViewsManager->showFolderContentView();
libraryWindow->disableComicsActions(true);
}