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