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 {
|
Scope {
|
||||||
id: rootScope
|
id: rootScope
|
||||||
|
|
||||||
|
property var shell
|
||||||
property alias visible: barRootItem.visible
|
property alias visible: barRootItem.visible
|
||||||
|
|
||||||
Item {
|
Item {
|
||||||
|
|
|
||||||
|
|
@ -58,6 +58,7 @@ Scope {
|
||||||
|
|
||||||
Bar {
|
Bar {
|
||||||
id: bar
|
id: bar
|
||||||
|
shell: root
|
||||||
property var notificationHistoryWin: notificationHistoryLoader.active ? notificationHistoryLoader.item : null
|
property var notificationHistoryWin: notificationHistoryLoader.active ? notificationHistoryLoader.item : null
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue