mirror of
https://github.com/YGGverse/Yoda.git
synced 2026-04-01 00:55:28 +00:00
update bookmarks handler
This commit is contained in:
parent
f150e716b9
commit
a874bd8106
5 changed files with 9 additions and 37 deletions
|
|
@ -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({
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue