Allow to enable/disable suspend & lock event handling

This commit is contained in:
LordGrey
2023-11-02 20:23:04 +01:00
parent f57c4f84ac
commit 7d3f13c7b5
15 changed files with 604 additions and 115 deletions

View File

@@ -248,5 +248,10 @@
"vmax": 0.08,
"vmin": 0
}
]
],
"systemEvents": {
"suspendEnable": true,
"lockEnable": true
}
}