mirror of
https://github.com/YACReader/yacreader
synced 2025-06-04 01:28:55 -04:00
fixed restore status after clearing the search filter
This commit is contained in:
parent
c8af5c696c
commit
5317faacf3
@ -1283,7 +1283,7 @@ void LibraryWindow::loadCovers(const QModelIndex & mi)
|
||||
|
||||
if(paths.size()>0) {
|
||||
comicsView->setCurrentIndex(comicsModel->index(0,0));
|
||||
if(comicsViewStack->currentWidget() == emptyFolderWidget)
|
||||
if(comicsViewStack->currentWidget() != comicsView)
|
||||
comicsViewStack->setCurrentWidget(comicsView);
|
||||
}
|
||||
else
|
||||
|
Loading…
x
Reference in New Issue
Block a user