Skip to content

Commit 30f5d09

Browse files
author
neurodynamic
committed
prevent window resizing
1 parent 820821f commit 30f5d09

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src-tauri/tauri.conf.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@
5656
"title": "Debugging Practice",
5757
"width": 800,
5858
"height": 620,
59-
"resizable": true,
59+
"resizable": false,
6060
"fullscreen": false
6161
}
6262
],

0 commit comments

Comments
 (0)