Skip to content
Snippets Groups Projects
Unverified Commit a092da19 authored by GyDi's avatar GyDi
Browse files

fix: show windows on click

parent 43ef3cc5
No related branches found
No related tags found
No related merge requests found
......@@ -98,6 +98,7 @@ pub fn create_window(app_handle: &AppHandle) {
tauri::async_runtime::spawn(async move {
if let Some(window) = app_handle.get_window("main") {
let _ = window.show();
let _ = set_shadow(&window, true);
if !winhelp::is_win11() {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment