remove windows method (use commands instead)

This commit is contained in:
Richard 2022-11-03 14:53:05 -03:00 committed by bungoboingo
parent ac20f35c62
commit 5e4e410b18
6 changed files with 8 additions and 73 deletions

View file

@ -515,7 +515,7 @@ async fn run_instance<A, E, C>(
);
// Update window
state.synchronize(&application, &windows, &proxy);
state.synchronize(&application, &windows);
let should_exit = application.should_exit();