Skip to content

Commit

Permalink
adding device (fixing screen capture on mac)
Browse files Browse the repository at this point in the history
  • Loading branch information
catdad committed Jun 4, 2024
1 parent 3cddf4e commit 5dd3ac4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions renderer/Capture/Capture.js
Original file line number Diff line number Diff line change
Expand Up @@ -204,6 +204,7 @@ function Capture() {
offsetX: x,
offsetY: y,
...scale,
device: 1,
output: path.resolve(outputDirectory.value, `Screen Recording - ${new Date().toISOString().replace(/:/g, '-')}.mp4`),
framerate: framerate.value
}]);
Expand Down

0 comments on commit 5dd3ac4

Please sign in to comment.