mirror of
https://github.com/YGGverse/Yoda.git
synced 2026-04-01 00:55:28 +00:00
integrate bookmark action
This commit is contained in:
parent
c279576ee2
commit
3db4c2c6be
9 changed files with 163 additions and 20 deletions
|
|
@ -49,6 +49,11 @@ impl Window {
|
|||
}
|
||||
});
|
||||
|
||||
action.bookmark().connect_activate({
|
||||
let tab = tab.clone();
|
||||
move |position| tab.bookmark(position)
|
||||
});
|
||||
|
||||
action.pin().connect_activate({
|
||||
let tab = tab.clone();
|
||||
move |position| tab.pin(position)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue