lock: show notif list not popups
This commit is contained in:
parent
65a29d6f23
commit
ce3467c8e2
1 changed files with 1 additions and 1 deletions
|
|
@ -118,7 +118,7 @@ WrapperItem {
|
||||||
Layout.fillHeight: true
|
Layout.fillHeight: true
|
||||||
|
|
||||||
model: ScriptModel {
|
model: ScriptModel {
|
||||||
values: [...Notifs.popups].reverse()
|
values: [...Notifs.list].reverse()
|
||||||
}
|
}
|
||||||
|
|
||||||
orientation: Qt.Vertical
|
orientation: Qt.Vertical
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue