This commit is contained in:
daria 2025-04-25 16:04:30 +03:00
parent 902aaccc52
commit f29effbb91
No known key found for this signature in database
GPG Key ID: 4B50D7376928C442

View File

@ -77,7 +77,7 @@ define([
dismissAll = h("div.cp-app-notifications-dismissall.cp-clickable", { tabindex: 0, title: Messages.notifications_dismissAll || "Dismiss All", 'aria-label': Messages.notifications_dismissAll || "Dismiss All", role: 'button' }, h("span.fa.fa-trash")),
]),
]),
notifsList = h("div.cp-app-notifications-panel-list", [
notifsList = h("div.cp-app-notifications-panel-list", {'role': 'menu'},[
h("div.cp-notification.no-notifications", Messages.notifications_empty),
]),
]);