Hotfix: wallpaper was not set on startup.

This commit is contained in:
LemmyCook 2025-09-04 15:11:45 -04:00
parent 5f1f3dce4a
commit e3f50c0ce2
4 changed files with 10 additions and 11 deletions

View file

@ -107,12 +107,6 @@ ShellRoot {
// Ensure our location singleton is created as soon as possible so we start fetching weather asap
LocationService.init()
// Initialize UpdateService
UpdateService.init()
// Initialize HooksService
HooksService.init()
// Kickoff NightLight service
NightLightService.apply()
}