style(tauri): 移除隐藏标题栏的配置项
- 删除了 tauri.conf.json 文件中的 hiddenTitle 属性 - 此修改将允许在标题栏上显示窗口控制按钮
This commit is contained in:
@@ -18,7 +18,6 @@
|
|||||||
"minWidth": 1200,
|
"minWidth": 1200,
|
||||||
"minHeight": 800,
|
"minHeight": 800,
|
||||||
"resizable": true,
|
"resizable": true,
|
||||||
"hiddenTitle": true,
|
|
||||||
"titleBarStyle": "Overlay",
|
"titleBarStyle": "Overlay",
|
||||||
"theme": "Dark"
|
"theme": "Dark"
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user