Fix warning

This commit is contained in:
2022-08-29 18:43:22 -07:00
parent 9132afe917
commit 721e08cfc6

View File

@@ -377,7 +377,7 @@ async fn main() {
.title(title_string) .title(title_string)
.window_size((400.0, 400.0)); .window_size((400.0, 400.0));
let app_launcher = AppLauncher::with_window(main_window); let app_launcher = AppLauncher::with_window(main_window);
let external_handler = app_launcher.get_external_handle(); let _external_handler = app_launcher.get_external_handle();
app_launcher.launch(1).unwrap(); app_launcher.launch(1).unwrap();
// AppLauncher::with_window(main_window).launch(1).unwrap(); // AppLauncher::with_window(main_window).launch(1).unwrap();