lock: show notif list not popups

This commit is contained in:
2 * r + 2 * t 2025-06-26 23:19:58 +10:00
parent 65a29d6f23
commit ce3467c8e2

View file

@ -118,7 +118,7 @@ WrapperItem {
Layout.fillHeight: true
model: ScriptModel {
values: [...Notifs.popups].reverse()
values: [...Notifs.list].reverse()
}
orientation: Qt.Vertical