Skip to content

Commit 1f74dbb

Browse files
committed
Allow maximizing/unmaximizing of the main window
1 parent 22856a5 commit 1f74dbb

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

apps/desktop/src-tauri/tauri.conf.json

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,8 @@
5555
"all": true
5656
},
5757
"window": {
58+
"unmaximize": true,
59+
"maximize": true,
5860
"setSize": true,
5961
"setPosition": true,
6062
"startDragging": true,

0 commit comments

Comments
 (0)