From 627bbde46e024fc4344cb9c1e72da2080f593a2d Mon Sep 17 00:00:00 2001 From: Vixalie Date: Tue, 5 Aug 2025 06:35:44 +0800 Subject: [PATCH] =?UTF-8?q?style(tauri):=20=E7=A7=BB=E9=99=A4=E9=9A=90?= =?UTF-8?q?=E8=97=8F=E6=A0=87=E9=A2=98=E6=A0=8F=E7=9A=84=E9=85=8D=E7=BD=AE?= =?UTF-8?q?=E9=A1=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - 删除了 tauri.conf.json 文件中的 hiddenTitle 属性 - 此修改将允许在标题栏上显示窗口控制按钮 --- src-tauri/tauri.conf.json | 1 - 1 file changed, 1 deletion(-) diff --git a/src-tauri/tauri.conf.json b/src-tauri/tauri.conf.json index 2988285..d666e50 100644 --- a/src-tauri/tauri.conf.json +++ b/src-tauri/tauri.conf.json @@ -18,7 +18,6 @@ "minWidth": 1200, "minHeight": 800, "resizable": true, - "hiddenTitle": true, "titleBarStyle": "Overlay", "theme": "Dark" }