mirror of
https://github.com/YACReader/yacreader
synced 2025-07-14 02:54:46 -04:00
Fix call to renamed method
This commit is contained in:
@ -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();
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user