Bugfix: fix notifications history that I broke by mistake
This commit is contained in:
parent
7be3ea1eb2
commit
19e1f8053e
2 changed files with 2 additions and 0 deletions
|
|
@ -18,6 +18,7 @@ import qs.Widgets.SidePanel
|
|||
Scope {
|
||||
id: rootScope
|
||||
|
||||
property var shell
|
||||
property alias visible: barRootItem.visible
|
||||
|
||||
Item {
|
||||
|
|
|
|||
|
|
@ -58,6 +58,7 @@ Scope {
|
|||
|
||||
Bar {
|
||||
id: bar
|
||||
shell: root
|
||||
property var notificationHistoryWin: notificationHistoryLoader.active ? notificationHistoryLoader.item : null
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue