fix: 🐛 OTG configuration conflict

This commit is contained in:
viarotel 2024-03-29 11:27:13 +08:00
parent c5bed0e895
commit 576d287cf4

View File

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