Skip to content

Commit 8e56519

Browse files
Ujjwal SharmaUjjwal Sharma
authored andcommitted
Video Full screen issue on mac resolved
1 parent c08bbf4 commit 8e56519

File tree

2 files changed

+6
-4
lines changed

2 files changed

+6
-4
lines changed

app/renderer/js/main.ts

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -961,7 +961,9 @@ export class ServerManagerView {
961961
permissionCallbackId: number,
962962
) => {
963963
const grant =
964-
webContentsId === null
964+
permission === "fullscreen"
965+
? true
966+
: webContentsId === null
965967
? origin === "null" && permission === "notifications"
966968
: (
967969
await Promise.all(

package-lock.json

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)