mirror of
https://github.com/YACReader/yacreader
synced 2025-07-18 04:54:29 -04:00
Add new fields to the DB and make then available to be used in the apps
This commit is contained in:
@ -1575,7 +1575,7 @@ void MainWindowViewer::sendComic()
|
||||
auto client = new YACReaderLocalClient;
|
||||
|
||||
connect(client, &YACReaderLocalClient::finished, client, &YACReaderLocalClient::deleteLater);
|
||||
currentComicDB.info.lastTimeOpened = QDateTime::currentMSecsSinceEpoch() / 1000;
|
||||
currentComicDB.info.lastTimeOpened = QDateTime::currentSecsSinceEpoch();
|
||||
|
||||
viewer->updateComic(currentComicDB);
|
||||
|
||||
|
Reference in New Issue
Block a user