init search on page feature once

This commit is contained in:
yggverse 2024-12-17 01:50:12 +02:00
parent 4b357f8229
commit f767c11789
23 changed files with 449 additions and 266 deletions

View file

@ -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)