diff --git a/src-tauri/src/main.rs b/src-tauri/src/main.rs index 13cd01f..f6917b4 100644 --- a/src-tauri/src/main.rs +++ b/src-tauri/src/main.rs @@ -150,9 +150,9 @@ fn main() { ); } - app.get_window("Overlay") - .expect("Could not get main overlay window") - .open_devtools(); + // app.get_window("Overlay") + // .expect("Could not get main overlay window") + // .open_devtools(); Ok(()) }) diff --git a/src-tauri/tauri.conf.json b/src-tauri/tauri.conf.json index 423192d..58ff993 100644 --- a/src-tauri/tauri.conf.json +++ b/src-tauri/tauri.conf.json @@ -8,7 +8,7 @@ }, "package": { "productName": "Nothing", - "version": "1.5.0" + "version": "1.5.1" }, "tauri": { "systemTray": {