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

Commit d780315

Browse files
authored
Add fullscreenable (#32)
1 parent 411d906 commit d780315

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/server/api/window.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -108,6 +108,7 @@ router.post('/open', (req, res) => {
108108
transparency,
109109
showDevTools,
110110
fullscreen,
111+
fullscreenable,
111112
kiosk,
112113
autoHideMenuBar,
113114
} = req.body
@@ -166,6 +167,7 @@ router.post('/open', (req, res) => {
166167
nodeIntegration: true,
167168
},
168169
fullscreen,
170+
fullscreenable,
169171
kiosk,
170172
})
171173

0 commit comments

Comments
 (0)