configurable notification timeout, default 3s

This commit is contained in:
Damocles 2026-04-13 00:08:45 +02:00
parent 28fb0e4d00
commit dea4541718
3 changed files with 11 additions and 3 deletions

View file

@ -20,7 +20,8 @@ QtObject {
enable: true
})
property var notifications: ({
enable: true
enable: true,
timeout: 3000
})
property var mpris: ({
enable: true