SIGN IN SIGN UP

Fix boolean assignment

On --no-vd-system-decoration, the boolean option must be set to false.

It was wrongly assigned from optarg (this worked because optarg is NULL
at this point, so it was converted to false).

PR #5615 <https://github.com/Genymobile/scrcpy/pull/5615>
R
Romain Vimont committed
988174805c1942c3a06caa6f715d896764b1fb00
Parent: f90dc21