things
This commit is contained in:
@@ -17,6 +17,7 @@ Item {
|
||||
background.index = 4
|
||||
notifPopup.modelData = notif
|
||||
root.open()
|
||||
timeout.restart()
|
||||
}
|
||||
}
|
||||
Widgets.Notification {
|
||||
@@ -25,4 +26,10 @@ Item {
|
||||
modelData: notifServer.trackedNotifications.values[0] ?? undefined
|
||||
color: "transparent"
|
||||
}
|
||||
Timer {
|
||||
id: timeout
|
||||
running: false
|
||||
interval: 3000
|
||||
onTriggered: root.close()
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user