mirror of
https://github.com/YGGverse/Yoda.git
synced 2026-04-01 00:55:28 +00:00
draft focus out action
This commit is contained in:
parent
44c669389a
commit
e606ef5fa9
5 changed files with 48 additions and 2 deletions
|
|
@ -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 || {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue