Bugfix: fix notifications history that I broke by mistake

This commit is contained in:
quadbyte 2025-08-07 21:12:23 -04:00
parent 7be3ea1eb2
commit 19e1f8053e
2 changed files with 2 additions and 0 deletions

View file

@ -18,6 +18,7 @@ import qs.Widgets.SidePanel
Scope {
id: rootScope
property var shell
property alias visible: barRootItem.visible
Item {

View file

@ -58,6 +58,7 @@ Scope {
Bar {
id: bar
shell: root
property var notificationHistoryWin: notificationHistoryLoader.active ? notificationHistoryLoader.item : null
}