Fix main window not closing in multi-window runtime
This commit is contained in:
parent
e69e2c0ee8
commit
fb23e4c3ff
1 changed files with 1 additions and 1 deletions
|
|
@ -474,7 +474,7 @@ async fn run_instance<A, E, C>(
|
||||||
|
|
||||||
let _ = window_manager.insert(
|
let _ = window_manager.insert(
|
||||||
window::Id::MAIN,
|
window::Id::MAIN,
|
||||||
main_window.clone(),
|
main_window,
|
||||||
&application,
|
&application,
|
||||||
&mut compositor,
|
&mut compositor,
|
||||||
exit_on_close_request,
|
exit_on_close_request,
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue