add bookmarks limit option

This commit is contained in:
yggverse 2025-03-08 21:19:58 +02:00
parent ce14920d23
commit 1c4bde4004
3 changed files with 9 additions and 5 deletions

View file

@ -207,7 +207,7 @@ impl Menu for MenuButton {
move |_| {
// Bookmarks
main_bookmarks.remove_all();
for bookmark in profile.bookmark.recent() {
for bookmark in profile.bookmark.recent(None) {
let menu_item = gio::MenuItem::new(Some(&ellipsize(&bookmark.request, LABEL_MAX_LENGTH)), None);
menu_item.set_action_and_target_value(Some(&format!(
"{}.{}",