NotificationHistory: better display for unread notifications
This commit is contained in:
parent
4578aad0bc
commit
a2ea3c116d
3 changed files with 21 additions and 6 deletions
|
|
@ -299,6 +299,8 @@ Singleton {
|
|||
property JsonObject notifications: JsonObject {
|
||||
property bool doNotDisturb: false
|
||||
property list<string> monitors: []
|
||||
// Last time the user opened the notification history (ms since epoch)
|
||||
property double lastSeenTs: 0
|
||||
}
|
||||
|
||||
// audio
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue