Skip to content

Commit

Permalink
Reorder menu items
Browse files Browse the repository at this point in the history
  • Loading branch information
Haaruun-I authored Jul 26, 2024
1 parent bc40f37 commit 5ff392f
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions data/ui/book_card.blp
Original file line number Diff line number Diff line change
Expand Up @@ -129,13 +129,13 @@ menu book_menu {
}

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

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

Expand Down

0 comments on commit 5ff392f

Please sign in to comment.