Add default fallback city (fixes #199), add beginning of UpdateService

Weather: always fallback to "Tokyo" if the city name is empty
UpdateService: simple versioning control
This commit is contained in:
Ly-sec 2025-09-03 13:37:24 +02:00
parent 7141a91994
commit c6e56d4264
6 changed files with 46 additions and 29 deletions

View file

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