Skip to content
This repository has been archived by the owner on Oct 18, 2024. It is now read-only.

Commit

Permalink
Add fullscreenable
Browse files Browse the repository at this point in the history
  • Loading branch information
simonhamp authored Aug 5, 2024
1 parent 4d105bd commit d81faf7
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/server/api/window.ts
Original file line number Diff line number Diff line change
Expand Up @@ -108,6 +108,7 @@ router.post('/open', (req, res) => {
transparency,
showDevTools,
fullscreen,
fullscreenable,
kiosk,
autoHideMenuBar,
} = req.body
Expand Down Expand Up @@ -166,6 +167,7 @@ router.post('/open', (req, res) => {
nodeIntegration: true,
},
fullscreen,
fullscreenable,
kiosk,
})

Expand Down

0 comments on commit d81faf7

Please sign in to comment.