Cleaned up init sequence
This commit is contained in:
parent
e3f50c0ce2
commit
c055690a9b
3 changed files with 59 additions and 51 deletions
|
|
@ -103,11 +103,5 @@ ShellRoot {
|
|||
Component.onCompleted: {
|
||||
// Save a ref. to our lockScreen so we can access it easily
|
||||
PanelService.lockScreen = lockScreen
|
||||
|
||||
// Ensure our location singleton is created as soon as possible so we start fetching weather asap
|
||||
LocationService.init()
|
||||
|
||||
// Kickoff NightLight service
|
||||
NightLightService.apply()
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue