Location service with caching

This commit is contained in:
quadbyte 2025-08-11 17:57:09 -04:00
parent 330f2e964c
commit 644f647653
2 changed files with 63 additions and 43 deletions

View file

@ -38,4 +38,9 @@ ShellRoot {
Calendar {
id: calendar
}
Component.onCompleted: {
// On startup, check if we need to get fresh weather data
Location.init()
}
}