hook up popover button signals
This commit is contained in:
parent
1fa7b8243a
commit
36d317a3e3
3 changed files with 33 additions and 10 deletions
|
|
@ -163,10 +163,7 @@ impl AppLibraryWindow {
|
|||
let active_window = app
|
||||
.active_window()
|
||||
.expect("no active window available, closing app library.");
|
||||
dbg!(&active_window);
|
||||
dbg!(!inner.is_popup_active());
|
||||
if win == &active_window && !win.is_active() && !inner.is_popup_active() {
|
||||
dbg!(win);
|
||||
win.close();
|
||||
}
|
||||
}));
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue