fix: ensure window gains focus on launch
This commit is contained in:
@@ -287,6 +287,7 @@ fn main() {
|
|||||||
}
|
}
|
||||||
|
|
||||||
let _ = window.show();
|
let _ = window.show();
|
||||||
|
let _ = window.set_focus();
|
||||||
}
|
}
|
||||||
|
|
||||||
let runtime = DesktopRuntime::initialize_sync()?;
|
let runtime = DesktopRuntime::initialize_sync()?;
|
||||||
|
|||||||
Reference in New Issue
Block a user