Fix: Tauri-Overlay Set-False

This commit is contained in:
Youwes09
2026-03-26 00:02:47 -05:00
parent b9fe54c08d
commit 2c93d8743d
2 changed files with 2 additions and 1 deletions
+1
View File
@@ -225,6 +225,7 @@ struct ServerInvocation {
working_dir: Option<PathBuf>, working_dir: Option<PathBuf>,
} }
#[cfg(not(target_os = "macos"))]
fn find_java_in_bundle(bundle_dir: &PathBuf, log: &mut Option<std::fs::File>) -> Option<PathBuf> { fn find_java_in_bundle(bundle_dir: &PathBuf, log: &mut Option<std::fs::File>) -> Option<PathBuf> {
#[cfg(target_os = "windows")] #[cfg(target_os = "windows")]
let java = bundle_dir.join("jre").join("bin").join("java.exe"); let java = bundle_dir.join("jre").join("bin").join("java.exe");
+1 -1
View File
@@ -17,7 +17,7 @@
"minHeight": 600, "minHeight": 600,
"resizable": true, "resizable": true,
"fullscreen": false, "fullscreen": false,
"decorations": true, "decorations": false,
"center": true "center": true
} }
], ],