mirror of
https://github.com/YACReader/yacreader
synced 2025-07-20 22:14:41 -04:00
comments
This commit is contained in:
@ -1598,7 +1598,7 @@ void LibraryWindow::addNewReadingList()
|
||||
listsModel->addReadingList(newListName); //top level
|
||||
else
|
||||
{
|
||||
listsModel->addReadingListAt(newListName,sourceMI);
|
||||
listsModel->addReadingListAt(newListName,sourceMI); //sublist
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user