Skip to content

Commit

Permalink
feat: add fullscreen capability to window settings
Browse files Browse the repository at this point in the history
Adds the "core:window:allow-set-fullscreen" capability to the 
default configuration. This change enables the application to 
support fullscreen mode, enhancing user experience and 
providing more flexibility in window management
  • Loading branch information
4gray committed Nov 28, 2024
1 parent 5560137 commit 1d3382a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src-tauri/capabilities/default.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@
"fs:default",
"updater:default",
"dialog:default",
"process:default"
"process:default",
"core:window:allow-set-fullscreen"
]
}

0 comments on commit 1d3382a

Please sign in to comment.