mirror of
https://github.com/Genymobile/scrcpy.git
synced 2026-04-21 01:33:36 +00:00
Add --render-fit=stretched
Add an option to fit the window without preserving the aspect ratio.
This commit is contained in:
parent
95d6658b4e
commit
05f2ee4fbd
6 changed files with 24 additions and 4 deletions
|
|
@ -179,7 +179,7 @@ _scrcpy() {
|
|||
return
|
||||
;;
|
||||
--render-fit)
|
||||
COMPREPLY=($(compgen -W 'letterbox disabled' -- "$cur"))
|
||||
COMPREPLY=($(compgen -W 'letterbox stretched disabled' -- "$cur"))
|
||||
return
|
||||
;;
|
||||
--shortcut-mod)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue