chore(ags binto): block razer notifs
All checks were successful
Discord / discord commits (push) Has been skipped

This commit is contained in:
matt1432 2024-02-22 00:41:19 -05:00
parent ba653b728f
commit 019fb08fca

View file

@ -175,6 +175,7 @@ export const Notification = ({
const BlockedApps = [ const BlockedApps = [
'Spotify', 'Spotify',
'OpenRazer',
]; ];
if (BlockedApps.find((app) => app === notif.app_name)) { if (BlockedApps.find((app) => app === notif.app_name)) {