Skip to content

Commit 4d38caa

Browse files
committed
feat: set window dimensions (800x600 -> 1280x800)
1 parent 4856d3a commit 4d38caa

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src-tauri/tauri.conf.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,8 @@
1212
"windows": [
1313
{
1414
"title": "Zero Knowledge Network - Client",
15-
"width": 800,
16-
"height": 600
15+
"width": 1280,
16+
"height": 800
1717
}
1818
],
1919
"security": {

0 commit comments

Comments
 (0)