From 4b0633726aec3e68833d29cbf5bc6183d3db7b87 Mon Sep 17 00:00:00 2001 From: Damian D'Souza Date: Thu, 9 Oct 2025 21:42:03 +0200 Subject: [PATCH] BatteryService: call init on launch --- shell.qml | 1 + 1 file changed, 1 insertion(+) diff --git a/shell.qml b/shell.qml index c52ae02f..ec530610 100644 --- a/shell.qml +++ b/shell.qml @@ -91,6 +91,7 @@ ShellRoot { FontService.init() HooksService.init() BluetoothService.init() + BatteryService.init() } Background {}