chore(ags binto): block razer notifs
All checks were successful
Discord / discord commits (push) Has been skipped
All checks were successful
Discord / discord commits (push) Has been skipped
This commit is contained in:
parent
ba653b728f
commit
019fb08fca
1 changed files with 1 additions and 0 deletions
|
@ -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)) {
|
||||||
|
|
Loading…
Reference in a new issue