diff options
| -rw-r--r-- | apps/bookmark.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/apps/bookmark.c b/apps/bookmark.c index 6c546bb..dc6a09d 100644 --- a/apps/bookmark.c +++ b/apps/bookmark.c @@ -179,8 +179,10 @@ bool bookmark_autobookmark(bool prompt_ok) away. This makes it possible to speak the "Create a Bookmark?" prompt and the "Bookmark Created" splash. */ audio_stop(); + if (update) return write_bookmark(true, bookmark); + switch (global_settings.autocreatebookmark) { case BOOKMARK_YES: |