notification center: scrollable list, configurable maxVisible (default 10)

This commit is contained in:
Damocles 2026-04-13 16:07:28 +02:00
parent 29a24b4205
commit 29f14a72f0
3 changed files with 240 additions and 213 deletions

View file

@ -22,7 +22,8 @@ QtObject {
property var notifications: ({
enable: true,
timeout: 3000,
maxPopups: 4
maxPopups: 4,
maxVisible: 10
})
property var mpris: ({
enable: true