mirror of
https://github.com/YGGverse/Yoda.git
synced 2026-03-31 16:45:27 +00:00
draft pin tab feature
This commit is contained in:
parent
4b78ccb779
commit
f2427c453e
8 changed files with 64 additions and 20 deletions
|
|
@ -59,6 +59,14 @@ impl Browser {
|
|||
}
|
||||
})
|
||||
.build(),
|
||||
ActionEntry::builder("tab_pin")
|
||||
.activate({
|
||||
let main = main.clone();
|
||||
move |_, _, _| {
|
||||
main.tab_pin();
|
||||
}
|
||||
})
|
||||
.build(),
|
||||
]);
|
||||
|
||||
// Return
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue