Skip to content

Commit

Permalink
fix: 🐛 OTG mode: could not turn screen off
Browse files Browse the repository at this point in the history
  • Loading branch information
viarotel committed Mar 29, 2024
1 parent 57025aa commit c5bed0e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ export default {
this.toggleRowExpansion(row, true)
const args = `--otg ${this.$store.preference.getScrcpyArgs(row.id, {
excludes: ['--mouse=uhid', '--keyboard=uhid'],
excludes: ['--mouse=uhid', '--keyboard=uhid', '--turn-screen-off'],
isOtg: true,
})}`
Expand Down

0 comments on commit c5bed0e

Please sign in to comment.