fix(core): set default window focus to window::Id::MAIN
This commit is contained in:
parent
9292ea647b
commit
69bf95765d
1 changed files with 1 additions and 1 deletions
|
|
@ -147,7 +147,7 @@ impl Default for Core {
|
|||
height: 0,
|
||||
width: 0,
|
||||
},
|
||||
focused_window: None,
|
||||
focused_window: Some(window::Id::MAIN),
|
||||
#[cfg(feature = "applet")]
|
||||
applet: crate::applet::Context::default(),
|
||||
#[cfg(feature = "single-instance")]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue