Moved NotificationHistoryPanel in shell.qml

This commit is contained in:
quadbyte 2025-08-13 09:40:44 -04:00
parent 207310cd24
commit 01dd64dbcc
2 changed files with 12 additions and 12 deletions

View file

@ -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()