Skip to content
This repository has been archived by the owner on Jan 2, 2025. It is now read-only.

Commit

Permalink
open fullscreen app window by default
Browse files Browse the repository at this point in the history
  • Loading branch information
anastasiya1155 committed Dec 12, 2023
1 parent 78d54cc commit 2fe8d79
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/desktop/src-tauri/tauri.conf.json
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@
},
"windows": [
{
"fullscreen": false,
"fullscreen": true,
"height": 900,
"resizable": true,
"title": "bloop",
Expand Down

0 comments on commit 2fe8d79

Please sign in to comment.