mirror of
https://github.com/viarotel-org/escrcpy.git
synced 2025-02-21 04:27:06 +01:00
fix: 🐛 OTG configuration conflict
This commit is contained in:
parent
c5bed0e895
commit
576d287cf4
@ -30,7 +30,14 @@ export default {
|
||||
this.toggleRowExpansion(row, true)
|
||||
|
||||
const args = `--otg ${this.$store.preference.getScrcpyArgs(row.id, {
|
||||
excludes: ['--mouse=uhid', '--keyboard=uhid', '--turn-screen-off'],
|
||||
excludes: [
|
||||
'--mouse=uhid',
|
||||
'--keyboard=uhid',
|
||||
'--turn-screen-off',
|
||||
'--power-off-on-close',
|
||||
'--stay-awake',
|
||||
'--show-touches',
|
||||
],
|
||||
isOtg: true,
|
||||
})}`
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user