We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 42632d3 commit cda4387Copy full SHA for cda4387
server/src/main/java/com/genymobile/scrcpy/Options.java
@@ -414,6 +414,7 @@ public static Options parse(String... args) {
414
if (!value.isEmpty()) {
415
options.audioEncoder = value;
416
}
417
+ break;
418
case "power_off_on_close":
419
options.powerOffScreenOnClose = Boolean.parseBoolean(value);
420
break;
0 commit comments