mobileshellstate: Ensure default value for notificationsWidget

This commit is contained in:
Devin Lin 2022-11-11 11:37:44 -05:00
parent 7aaa6f4cd2
commit c6802da477

View file

@ -23,5 +23,5 @@ QtObject {
property bool inSwipe: false
property real panelHeight: PlasmaCore.Units.gridUnit + PlasmaCore.Units.smallSpacing // set and updated in panel containment
property bool actionDrawerVisible: false
property var notificationsWidget // updated in panel containment
property var notificationsWidget: null // updated in panel containment
}