Skip to content

Commit

Permalink
fix: start in maximized mode
Browse files Browse the repository at this point in the history
fixes #890
  • Loading branch information
outercloudstudio committed Jul 1, 2023
1 parent bb72494 commit ad2d736
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
3 changes: 2 additions & 1 deletion src-tauri/tauri.conf.json
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,8 @@
"width": 1200,
"titleBarStyle": "Overlay",
"acceptFirstMouse": true,
"fileDropEnabled": true
"fileDropEnabled": true,
"maximized": true
}
]
}
Expand Down
3 changes: 2 additions & 1 deletion src-tauri/tauri.windows.conf.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,8 @@
"resizable": true,
"title": "",
"width": 1200,
"fileDropEnabled": true
"fileDropEnabled": true,
"maximized": true
}
]
}
Expand Down

0 comments on commit ad2d736

Please sign in to comment.