mirror of
https://github.com/noctalia-dev/noctalia-shell.git
synced 2026-05-11 17:08:27 +08:00
added IPC call for PowerProfile cycle
This commit is contained in:
@@ -221,6 +221,13 @@ Item {
|
||||
}
|
||||
}
|
||||
}
|
||||
IpcHandler {
|
||||
target: "PowerProfile"
|
||||
|
||||
function cycle() {
|
||||
PowerProfileService.cycleProfile()
|
||||
}
|
||||
}
|
||||
|
||||
IpcHandler {
|
||||
target: "media"
|
||||
|
||||
Reference in New Issue
Block a user