This commit is contained in:
ItsLemmy
2025-10-24 22:45:04 -04:00
parent ab1aea6455
commit 4105a374a3
3 changed files with 4 additions and 4 deletions
+1 -1
View File
@@ -224,7 +224,7 @@ Item {
IpcHandler {
target: "powerProfile"
function cycle() {
PowerProfileService.cycleProfile()
PowerProfileService.cycleProfile()
}
function set(mode: string) {
+1 -1
View File
@@ -50,7 +50,7 @@ Singleton {
}
function init() {
Logger.d("PowerProfileService", "Service started")
Logger.d("PowerProfileService", "Service started")
}
function setProfile(p) {
+2 -2
View File
@@ -91,8 +91,8 @@ ShellRoot {
HooksService.init()
BluetoothService.init()
BatteryService.init()
IdleInhibitorService.init()
PowerProfileService.init()
IdleInhibitorService.init()
PowerProfileService.init()
}
Background {}