mirror of
git://github.com/kovidgoyal/calibre.git
synced 2026-05-05 09:23:41 +02: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
1 changed files with 1 additions and 0 deletions
|
|
@ -354,6 +354,7 @@ def continue_reading(self):
|
|||
for path in recent:
|
||||
if os.path.exists(path):
|
||||
self.load_ebook(path)
|
||||
break
|
||||
|
||||
def shutdown(self):
|
||||
if self.isFullScreen() and not self.view.document.start_in_fullscreen:
|
||||
|
|
|
|||
Loading…
Reference in a new issue