fix: 🐛 Camera configuration conflict

This commit is contained in:
viarotel 2024-03-29 11:29:19 +08:00
parent 576d287cf4
commit 07cc5f3cc2

View File

@ -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,
},
)}`