mirror of
https://github.com/YACReader/yacreader
synced 2025-07-14 02:54:46 -04:00
YACReader should be dummy about has been opened.
It should only send back information, hasBeenOpened will be set in YACReaderLibrary depending on various factors.
This commit is contained in:
@ -1682,7 +1682,6 @@ void MainWindowViewer::decreasePageZoomLevel()
|
||||
void MainWindowViewer::sendComic()
|
||||
{
|
||||
YACReaderLocalClient * client = new YACReaderLocalClient;
|
||||
currentComicDB.info.hasBeenOpened = true;
|
||||
currentComicDB.info.lastTimeOpened = QDateTime::currentSecsSinceEpoch();
|
||||
viewer->updateComic(currentComicDB);
|
||||
int retries = 1;
|
||||
|
Reference in New Issue
Block a user