fix mpris service references (#568)

This commit is contained in:
Jas Singh
2024-12-20 23:13:40 -08:00
committed by GitHub
parent e4a5e8060e
commit 3be15068c0
6 changed files with 28 additions and 22 deletions

View File

@@ -20,7 +20,7 @@ export const ClearNotificationsButton = (): JSX.Element => {
return;
}
clearNotifications(notifdService.notifications, clearDelay.get());
clearNotifications(notifdService.get_notifications(), clearDelay.get());
}}
>
<label