From b2a380e64a817dd6fe7da50323c696f5c19d29a4 Mon Sep 17 00:00:00 2001 From: Tobi <22715034+twobiers@users.noreply.github.com> Date: Mon, 1 Apr 2024 22:19:01 +0200 Subject: [PATCH] Add notifcation to title --- src/module/NotificationCenter/NotificationCenter.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/src/module/NotificationCenter/NotificationCenter.ts b/src/module/NotificationCenter/NotificationCenter.ts index a45511a..cff8502 100644 --- a/src/module/NotificationCenter/NotificationCenter.ts +++ b/src/module/NotificationCenter/NotificationCenter.ts @@ -150,6 +150,7 @@ export default class NotificationCenter implements PoweruserModule { } if (isSystemNotification) { + title = "Systembenachrichtigung"; user = "Systembenachrichtigung"; }