Provide message for resetting book at end.
This commit is contained in:
+1
-1
@@ -766,7 +766,7 @@ class BookReader:
|
||||
if not self.next_chapter():
|
||||
# Book finished - restart from beginning
|
||||
self.displayText = "End of book reached - restarting from chapter 1"
|
||||
self.speechEngine.speak("Book finished. Restarting from chapter 1.")
|
||||
self.speechEngine.speak("Book finished. To clear bookmarks and restart from beginning, press shift home.")
|
||||
self.isPlaying = False
|
||||
self.currentChapter = 0
|
||||
self.currentParagraph = 0
|
||||
|
||||
Reference in New Issue
Block a user