mirror of
https://github.com/Genymobile/scrcpy.git
synced 2026-01-11 09:44:28 +01:00
Add missing break statement
Refs #6439 comment <https://github.com/Genymobile/scrcpy/pull/6439#issuecomment-3705283406>
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user