Moved NotificationHistoryPanel in shell.qml
This commit is contained in:
parent
207310cd24
commit
01dd64dbcc
2 changed files with 12 additions and 12 deletions
|
|
@ -43,6 +43,10 @@ ShellRoot {
|
|||
id: notification
|
||||
}
|
||||
|
||||
NotificationHistoryPanel {
|
||||
id: notificationHistoryPanel
|
||||
}
|
||||
|
||||
Component.onCompleted: {
|
||||
// Ensure our singleton is created as soon as possible so we start fetching weather asap
|
||||
Location.init()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue