From 901e829829b33f071585863f41b173f1597eaf22 Mon Sep 17 00:00:00 2001 From: Sakamoto Shiina <68018796+ShiinaSakamoto@users.noreply.github.com> Date: Tue, 5 Nov 2024 21:34:32 +0900 Subject: [PATCH] [Update] Add min width and height to window setting. --- src-tauri/tauri.conf.json | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src-tauri/tauri.conf.json b/src-tauri/tauri.conf.json index 7f322550..fbcb3acc 100644 --- a/src-tauri/tauri.conf.json +++ b/src-tauri/tauri.conf.json @@ -41,6 +41,8 @@ "title": "VRCT", "width": 870, "height": 654, + "minWidth": 400, + "minHeight": 200, "transparent": true, "decorations": false }