feat(notifications): add notification display rules

- block: skips the notification completely
- mute: does not play sound (played by noctalia), shows popup, adds to
history
- hide: no sound, no popup, still adds to history
This commit is contained in:
Lysec
2026-03-18 21:24:14 +01:00
parent 9f8bf988f0
commit 381444bc2c
7 changed files with 368 additions and 23 deletions
+1
View File
@@ -112,6 +112,7 @@ ShellRoot {
IdleService.init();
PowerProfileService.init();
HostService.init();
NotificationRulesService.init();
GitHubService.init();
SupporterService.init();
CustomButtonIPCService.init();