Provide message for resetting book at end.

This commit is contained in:
Storm Dragon
2025-10-23 04:14:42 -04:00
parent 8ac733691c
commit e23877f688
+1 -1
View File
@@ -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