Skip to content

Commit

Permalink
fix: 🐛 OTG configuration conflict
Browse files Browse the repository at this point in the history
  • Loading branch information
viarotel committed Mar 29, 2024
1 parent c5bed0e commit 576d287
Showing 1 changed file with 8 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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,
})}`
Expand Down

0 comments on commit 576d287

Please sign in to comment.