mirror of
https://github.com/mofeng-git/One-KVM.git
synced 2025-12-12 09:10:30 +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": {
|
"acm": {
|
||||||
"enabled": Option(True, type=valid_bool),
|
"enabled": Option(False, type=valid_bool),
|
||||||
},
|
},
|
||||||
|
|
||||||
"drives": {
|
"drives": {
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user