mirror of
https://github.com/mofeng-git/One-KVM.git
synced 2026-01-29 00:51:53 +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]:
|
||||
return {
|
||||
"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