draft focus out action

This commit is contained in:
yggverse 2024-12-13 00:03:33 +02:00
parent 44c669389a
commit e606ef5fa9
5 changed files with 48 additions and 2 deletions

View file

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