experimental notification focus

This commit is contained in:
Zoty 2026-06-25 08:26:57 -03:00
parent 38db696ee8
commit 4b0974e74e
Signed by: Zoty
SSH key fingerprint: SHA256:WsGEGivgl37t3Mth6uugXMOgMCTR7QolIepNbC+j/tA
5 changed files with 204 additions and 44 deletions

View file

@ -141,14 +141,16 @@ PanelWindow {
required property var model
required property int index
width: list.width
nid: model.nid
appName: model.appName
summary: model.summary
body: model.body
appIcon: model.appIcon
urgency: model.urgency
timestamp: model.timestamp
width: list.width
nid: model.nid
appName: model.appName
summary: model.summary
body: model.body
appIcon: model.appIcon
image: model.image
desktopEntry: model.desktopEntry
urgency: model.urgency
timestamp: model.timestamp
onDismissed: NotificationsState.dismiss(index)
}