From 94a035d0bf6b552205052df66ee123312d22a850 Mon Sep 17 00:00:00 2001 From: Your Name Date: Tue, 17 Feb 2026 21:33:32 +0200 Subject: [PATCH] feat: persist window position and size between runs --- src-tauri/tauri.conf.json | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/src-tauri/tauri.conf.json b/src-tauri/tauri.conf.json index ca6e1c9..9099b1d 100644 --- a/src-tauri/tauri.conf.json +++ b/src-tauri/tauri.conf.json @@ -7,8 +7,7 @@ "beforeDevCommand": "npm run dev", "devUrl": "http://localhost:1420", "beforeBuildCommand": "npm run build", - "frontendDist": "../dist", - "devtools": true + "frontendDist": "../dist" }, "app": { "windows": [ @@ -20,8 +19,7 @@ "minHeight": 600, "decorations": false, "transparent": false, - "resizable": true, - "center": true + "resizable": true } ], "trayIcon": {