scrcpy/app
Romain Vimont e89e772c7c Remove unnecessary 'else'
Some server parameters may depend on one another. For example,
audio_bit_rate is meaningless if audio is false.

But it is inconsistent to disable some parameters based on these
dependencies checks, but not others. Handling all dependencies between
parameters would add too much complexity for no benefit.

So just pass individual parameters independently.

PR #3978 <https://github.com/Genymobile/scrcpy/pull/3978>
2023-05-08 16:41:12 +02:00
..
data Rename --no-display to --no-mirror 2023-05-08 16:40:58 +02:00
prebuilt-deps Upgrade platform-tools (34.0.1) for Windows 2023-03-12 02:04:58 +01:00
src Remove unnecessary 'else' 2023-05-08 16:41:12 +02:00
tests Rename --no-display to --no-mirror 2023-05-08 16:40:58 +02:00
meson.build Extract sc_display from sc_screen 2023-04-06 19:48:26 +02:00
scrcpy-windows.manifest Set DPI awareness for Windows 2021-12-20 19:13:02 +01:00
scrcpy-windows.rc Bump version to 2.0 2023-03-12 02:05:37 +01:00
scrcpy.1 Rename --no-display to --no-mirror 2023-05-08 16:40:58 +02:00