update bookmarks handler

This commit is contained in:
yggverse 2025-03-08 11:33:16 +02:00
parent f150e716b9
commit a874bd8106
5 changed files with 9 additions and 37 deletions

View file

@ -48,11 +48,7 @@ impl Window {
action.bookmark.connect_activate({
let tab = tab.clone();
move |position| {
if tab.bookmark(position).is_err() {
todo!()
}
}
move |position| tab.bookmark(position)
});
action.pin.connect_activate({