💥 ags(notifications): add AstalNotifd.Notification.appIcon property to HistoryNotification too
This commit is contained in:
@@ -12,6 +12,7 @@ export interface HistoryNotification {
|
|||||||
body: string;
|
body: string;
|
||||||
summary: string;
|
summary: string;
|
||||||
urgency: AstalNotifd.Urgency;
|
urgency: AstalNotifd.Urgency;
|
||||||
|
appIcon?: string;
|
||||||
time: number;
|
time: number;
|
||||||
image?: string;
|
image?: string;
|
||||||
}
|
}
|
||||||
@@ -137,6 +138,7 @@ class Notifications extends GObject.Object {
|
|||||||
body: notif.body,
|
body: notif.body,
|
||||||
summary: notif.summary,
|
summary: notif.summary,
|
||||||
urgency: notif.urgency,
|
urgency: notif.urgency,
|
||||||
|
appIcon: notif.appIcon,
|
||||||
time: notif.time,
|
time: notif.time,
|
||||||
image: notif.image ? notif.image : undefined
|
image: notif.image ? notif.image : undefined
|
||||||
} as HistoryNotification);
|
} as HistoryNotification);
|
||||||
|
|||||||
Reference in New Issue
Block a user