Skip to content

Commit

Permalink
Add Remove from Recents to book details menu
Browse files Browse the repository at this point in the history
  • Loading branch information
Haaruun-I authored Aug 10, 2024
1 parent 7283b75 commit 7014246
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions data/ui/book_detail.blp
Original file line number Diff line number Diff line change
Expand Up @@ -207,6 +207,11 @@ menu book_menu_model {
label: _("Mark as Read");
}

item {
action: 'app.reset_book';
label: _("Remove from Recents");
}

item {
action: 'app.jump_to_book_folder';
label: _("Open in Files");
Expand Down

0 comments on commit 7014246

Please sign in to comment.