mirror of
https://github.com/YACReader/yacreader
synced 2025-06-03 09:08:20 -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:
parent
23823725ac
commit
82cfdfdf30
@ -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;
|
||||
|
Loading…
x
Reference in New Issue
Block a user