Force timeout

This commit is contained in:
Thomas Avé 2024-10-02 14:56:27 +02:00
parent b9dc120232
commit 66753b3971
1 changed files with 2 additions and 0 deletions

View File

@ -1,4 +1,6 @@
const notifications = await Service.import("notifications")
notifications.popupTimeout = 3000
notifications.forceTimeout = true
/** @param {import('resource:///com/github/Aylur/ags/service/notifications.js').Notification} n */
function NotificationIcon({ app_entry, app_icon, image }) {