mirror of
https://github.com/YGGverse/Yoda.git
synced 2026-04-01 00:55:28 +00:00
init search on page feature once
This commit is contained in:
parent
4b357f8229
commit
f767c11789
23 changed files with 449 additions and 266 deletions
|
|
@ -81,6 +81,11 @@ impl Window {
|
|||
move |_| tab.close_all()
|
||||
});
|
||||
|
||||
action.find.connect_activate({
|
||||
let tab = tab.clone();
|
||||
move |position| tab.find(position)
|
||||
});
|
||||
|
||||
action.save_as.connect_activate({
|
||||
let tab = tab.clone();
|
||||
move |position| tab.save_as(position)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue