style(tauri): 移除隐藏标题栏的配置项

- 删除了 tauri.conf.json 文件中的 hiddenTitle 属性
- 此修改将允许在标题栏上显示窗口控制按钮
This commit is contained in:
Vixalie
2025-08-05 06:35:44 +08:00
parent 1a06d39059
commit 627bbde46e

View File

@@ -18,7 +18,6 @@
"minWidth": 1200,
"minHeight": 800,
"resizable": true,
"hiddenTitle": true,
"titleBarStyle": "Overlay",
"theme": "Dark"
}