GitHub removed some unecessary code

This commit is contained in:
quadbyte 2025-08-12 14:29:58 -04:00
parent e3ff4e5bcf
commit b68d5c9f4c
3 changed files with 2 additions and 14 deletions

View file

@ -39,7 +39,8 @@ ShellRoot {
}
Component.onCompleted: {
// On startup, check if we need to get fresh weather data
// Ensure our singleton is created as soon as possible
// so we start fetching weather asap if necessary
Location.init()
}
}