mirror of
https://github.com/Break27/kvmd.git
synced 2026-02-06 18:36:37 +08:00
disabled otg tty by default
This commit is contained in:
parent
d22333f7d1
commit
8279304830
@ -313,7 +313,7 @@ def _get_config_scheme() -> Dict:
|
||||
},
|
||||
|
||||
"acm": {
|
||||
"enabled": Option(True, type=valid_bool),
|
||||
"enabled": Option(False, type=valid_bool),
|
||||
},
|
||||
|
||||
"drives": {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user