mirror of
https://github.com/YACReader/yacreader
synced 2025-11-15 06:22:49 -05:00
Fix call to renamed method
This commit is contained in:
@ -1597,7 +1597,7 @@ void LibraryWindow::addFolderToCurrentIndex()
|
|||||||
navigationController->loadFolderInfo(newIndex);
|
navigationController->loadFolderInfo(newIndex);
|
||||||
historyController->updateHistory(YACReaderLibrarySourceContainer(newIndex, YACReaderLibrarySourceContainer::Folder));
|
historyController->updateHistory(YACReaderLibrarySourceContainer(newIndex, YACReaderLibrarySourceContainer::Folder));
|
||||||
// a new folder is always an empty folder
|
// a new folder is always an empty folder
|
||||||
contentViewsManager->showEmptyFolderView();
|
contentViewsManager->showFolderContentView();
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user