Force timeout
This commit is contained in:
parent
b9dc120232
commit
66753b3971
|
@ -1,4 +1,6 @@
|
||||||
const notifications = await Service.import("notifications")
|
const notifications = await Service.import("notifications")
|
||||||
|
notifications.popupTimeout = 3000
|
||||||
|
notifications.forceTimeout = true
|
||||||
|
|
||||||
/** @param {import('resource:///com/github/Aylur/ags/service/notifications.js').Notification} n */
|
/** @param {import('resource:///com/github/Aylur/ags/service/notifications.js').Notification} n */
|
||||||
function NotificationIcon({ app_entry, app_icon, image }) {
|
function NotificationIcon({ app_entry, app_icon, image }) {
|
||||||
|
|
Loading…
Reference in New Issue