mirror of
https://github.com/rowboatlabs/rowboat.git
synced 2026-04-25 00:16:29 +02:00
clipboard copy in assistant works as expected
This commit is contained in:
parent
efe2a93d8a
commit
a240ff777f
1 changed files with 1 additions and 1 deletions
|
|
@ -116,7 +116,7 @@ protocol.registerSchemesAsPrivileged([
|
|||
},
|
||||
]);
|
||||
|
||||
const ALLOWED_SESSION_PERMISSIONS = new Set(["media", "display-capture"]);
|
||||
const ALLOWED_SESSION_PERMISSIONS = new Set(["media", "display-capture", "clipboard-read", "clipboard-sanitized-write"]);
|
||||
|
||||
function configureSessionPermissions(targetSession: Session): void {
|
||||
targetSession.setPermissionCheckHandler((_webContents, permission) => {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue