fix: added PowerProfile init

This commit is contained in:
Sridou
2025-10-25 02:36:32 +05:30
parent 66dd9ced5a
commit 5aad715ace
3 changed files with 7 additions and 3 deletions
+2 -1
View File
@@ -91,7 +91,8 @@ ShellRoot {
HooksService.init()
BluetoothService.init()
BatteryService.init()
IdleInhibitorService.init()
IdleInhibitorService.init()
PowerProfileService.init()
}
Background {}