Skip to content

Commit c9e17bd

Browse files
committed
Update tauri configuration to disable devtools in addition to existing window options.
1 parent 582e6d6 commit c9e17bd

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
@@ -19,7 +19,8 @@
1919
"center": true,
2020
"resizable": false,
2121
"maximizable": false,
22-
"fullscreen": false
22+
"fullscreen": false,
23+
"devtools": false
2324
}
2425
],
2526
"security": {

0 commit comments

Comments
 (0)