Add missing break statement

Refs #6439 comment <https://github.com/Genymobile/scrcpy/pull/6439#issuecomment-3705283406>
This commit is contained in:
Romain Vimont
2026-01-02 14:47:28 +01:00
parent 42632d3f53
commit cda4387058

View File

@@ -414,6 +414,7 @@ public class Options {
if (!value.isEmpty()) {
options.audioEncoder = value;
}
break;
case "power_off_on_close":
options.powerOffScreenOnClose = Boolean.parseBoolean(value);
break;