DarkModeService: Added for automatic dark mode switching.

This commit is contained in:
Leopold Luley
2025-10-14 22:21:19 +02:00
parent fca8d7a10e
commit a6c0a9fc99
3 changed files with 87 additions and 1 deletions
+1
View File
@@ -86,6 +86,7 @@ ShellRoot {
BarWidgetRegistry.init()
LocationService.init()
NightLightService.apply()
DarkModeService.init()
FontService.init()
HooksService.init()
BluetoothService.init()