mirror of
https://github.com/Genymobile/scrcpy.git
synced 2025-07-30 04:38:51 +00:00
Add --no-vd-system-decorations
Add an option to disable the following flag for virtual displays: DisplayManager.VIRTUAL_DISPLAY_FLAG_SHOULD_SHOW_SYSTEM_DECORATIONS Some devices render a broken UI when this flag is enabled. Fixes #5494 <https://github.com/Genymobile/scrcpy/issues/5494>
This commit is contained in:
parent
28d64ef319
commit
145b823b1d
12 changed files with 46 additions and 2 deletions
|
@ -57,6 +57,7 @@ _scrcpy() {
|
|||
--no-mipmaps
|
||||
--no-mouse-hover
|
||||
--no-power-on
|
||||
--no-vd-system-decorations
|
||||
--no-video
|
||||
--no-video-playback
|
||||
--orientation=
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue