From df0b5a80dc24d86e1ff8937d32e03b0418b26f1e Mon Sep 17 00:00:00 2001
From: GyDi <segydi@foxmail.com>
Date: Mon, 9 May 2022 14:01:46 +0800
Subject: [PATCH] chore: change default height

---
 src-tauri/tauri.conf.json | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src-tauri/tauri.conf.json b/src-tauri/tauri.conf.json
index 1db6984..974ec3a 100644
--- a/src-tauri/tauri.conf.json
+++ b/src-tauri/tauri.conf.json
@@ -71,7 +71,7 @@
       {
         "title": "Clash Verge",
         "width": 800,
-        "height": 610,
+        "height": 636,
         "resizable": true,
         "fullscreen": false,
         "decorations": false,
-- 
GitLab