Skip to content

Commit

Permalink
fix: 🐛 Camera configuration conflict
Browse files Browse the repository at this point in the history
  • Loading branch information
viarotel committed Mar 29, 2024
1 parent 576d287 commit 07cc5f3
Showing 1 changed file with 9 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,15 @@ export default {
const args = `--video-source=camera ${this.$store.preference.getScrcpyArgs(
row.id,
{
excludes: ['--video-source', '--mouse', '--keyboard'],
excludes: [
'--video-source',
'--mouse',
'--keyboard',
'--turn-screen-off',
'--power-off-on-close',
'--stay-awake',
'--show-touches',
],
isCamera: true,
},
)}`
Expand Down

0 comments on commit 07cc5f3

Please sign in to comment.