mirror of
https://github.com/zoriya/noctalia-shell.git
synced 2026-05-22 22:45:33 +00:00
add onOpened signal handler to NotificationHistoryPanel
This commit is contained in:
@@ -16,6 +16,10 @@ NPanel {
|
||||
preferredHeight: 480
|
||||
panelKeyboardFocus: true
|
||||
|
||||
onOpened: function() {
|
||||
Settings.data.notifications.lastSeenTs = Time.timestamp * 1000
|
||||
}
|
||||
|
||||
panelContent: Rectangle {
|
||||
id: notificationRect
|
||||
color: Color.transparent
|
||||
|
||||
Reference in New Issue
Block a user