mirror of
https://github.com/YACReader/yacreader
synced 2025-07-14 02:54:46 -04:00
Reset last time opened when setting a comic as unread
This commit is contained in:
@ -798,6 +798,7 @@ QVector<YACReaderComicReadStatus> ComicModel::setComicsRead(QList<QModelIndex> l
|
||||
c.info.read = false;
|
||||
c.info.currentPage = 1;
|
||||
c.info.hasBeenOpened = false;
|
||||
c.info.lastTimeOpened.setValue(nullptr);
|
||||
DBHelper::update(&(c.info), db);
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user