When opening a path in an existing window, move it to the foreground

This commit is contained in:
Nathan Sobo 2022-01-20 20:45:30 -07:00
parent 7c233ed682
commit fbca28337a
5 changed files with 20 additions and 4 deletions

View file

@ -96,6 +96,7 @@ pub trait Window: WindowContext {
answers: &[&str],
done_fn: Box<dyn FnOnce(usize)>,
);
fn activate(&self);
}
pub trait WindowContext {