mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-07-09 03:04:10 -04:00
ebook-viewer.exe: Fix --continue-reading not working
Fix #737 (Bugfix for EbookViewer.continue_reading)
This commit is contained in:
parent
7102fcdf7c
commit
0f6d873070
@ -354,6 +354,7 @@ class EbookViewer(MainWindow):
|
|||||||
for path in recent:
|
for path in recent:
|
||||||
if os.path.exists(path):
|
if os.path.exists(path):
|
||||||
self.load_ebook(path)
|
self.load_ebook(path)
|
||||||
|
break
|
||||||
|
|
||||||
def shutdown(self):
|
def shutdown(self):
|
||||||
if self.isFullScreen() and not self.view.document.start_in_fullscreen:
|
if self.isFullScreen() and not self.view.document.start_in_fullscreen:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user