Add IdleInhibitor

This commit is contained in:
Ly-sec 2025-08-20 14:22:29 +02:00
parent bfc2adfca4
commit e7577ed488
6 changed files with 231 additions and 1 deletions

View file

@ -27,7 +27,8 @@ Item {
IpcHandler {
target: "idleInhibitor"
function toggle() {// TODO
function toggle() {
return IdleInhibitorService.manualToggle()
}
}