Fix HUD window controls
This commit is contained in:
@@ -35,6 +35,6 @@ pub async fn win_close(
|
||||
.await
|
||||
.map_err(|error| error.to_string())?;
|
||||
|
||||
app.exit(0);
|
||||
Ok(())
|
||||
main_window(&app)?.close().map_err(|error| error.to_string())
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user