rename find action to escape

This commit is contained in:
yggverse 2024-12-16 16:31:35 +02:00
parent 4c572fada6
commit 94b8227088
5 changed files with 12 additions and 12 deletions

View file

@ -69,7 +69,7 @@ impl Browser {
}
});
action.focus.connect_activate({
action.escape.connect_activate({
let widget = widget.clone();
move || {
widget.application_window.set_focus(gtk::Window::NONE);