Skip to content

Commit 50803eb

Browse files
authored
perf: 移除 Windows 下拖拽到屏幕边缘的放大效果 (#771)
1 parent 57892f3 commit 50803eb

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

src-tauri/tauri.conf.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,8 @@
2121
"transparent": true,
2222
"decorations": false,
2323
"acceptFirstMouse": true,
24-
"skipTaskbar": true
24+
"skipTaskbar": true,
25+
"maximizable": false
2526
},
2627
{
2728
"label": "preference",

0 commit comments

Comments
 (0)