mirror of
https://github.com/mofeng-git/One-KVM.git
synced 2025-12-12 01:00:29 +08:00
disabled jiggler by default
This commit is contained in:
parent
c7a83be9fe
commit
1adf5c40cc
@ -47,7 +47,7 @@ class BaseHid(BasePlugin):
|
||||
def _get_jiggler_options(cls) -> dict[str, Any]:
|
||||
return {
|
||||
"jiggler": {
|
||||
"enabled": Option(True, type=valid_bool, unpack_as="jiggler_enabled"),
|
||||
"enabled": Option(False, type=valid_bool, unpack_as="jiggler_enabled"),
|
||||
},
|
||||
}
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user