mirror of
https://invent.kde.org/marcoa/shift-shell.git
synced 2026-04-26 14:23:09 +00:00
mobileshellstate: Ensure default value for notificationsWidget
This commit is contained in:
parent
7aaa6f4cd2
commit
c6802da477
1 changed files with 1 additions and 1 deletions
|
|
@ -23,5 +23,5 @@ QtObject {
|
||||||
property bool inSwipe: false
|
property bool inSwipe: false
|
||||||
property real panelHeight: PlasmaCore.Units.gridUnit + PlasmaCore.Units.smallSpacing // set and updated in panel containment
|
property real panelHeight: PlasmaCore.Units.gridUnit + PlasmaCore.Units.smallSpacing // set and updated in panel containment
|
||||||
property bool actionDrawerVisible: false
|
property bool actionDrawerVisible: false
|
||||||
property var notificationsWidget // updated in panel containment
|
property var notificationsWidget: null // updated in panel containment
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue