From 2462e68ba18f913706367165066ae4b92e36b130 Mon Sep 17 00:00:00 2001 From: GyDi Date: Tue, 6 Sep 2022 22:18:06 +0800 Subject: [PATCH] fix: window center --- src-tauri/tauri.conf.json | 1 + 1 file changed, 1 insertion(+) diff --git a/src-tauri/tauri.conf.json b/src-tauri/tauri.conf.json index 1521ad2..04e266b 100644 --- a/src-tauri/tauri.conf.json +++ b/src-tauri/tauri.conf.json @@ -75,6 +75,7 @@ "title": "Clash Verge", "width": 800, "height": 636, + "center": true, "resizable": true, "fullscreen": false, "decorations": false,