Become a MacRumors Supporter for $50/year with no ads, ability to filter front page stories, and private forums.

OGtms

macrumors newbie
Original poster
Jan 9, 2023
2
0
Hi guys,

I wanted to get rid of the annoying red badge on the Discord application but the application does not appear in the notifications panel inside Systeme Preferences, is there any terminal command that can do the trick ?

I know that this line is working to avoid the red badge on System Preferences but I can't make it work for the Discord app defaults write com.apple.systempreferences AttentionPrefBundleIDs 0 && killall Dock


Thanks !
 
You can read the preference file for Discord with
Code:
defaults read com.hnc.Discord
in order to identify the key for the notification.
 
  • Like
Reactions: OGtms
You can read the preference file for Discord with
Code:
defaults read com.hnc.Discord
in order to identify the key for the notification.
it only give me this
{ NSFullScreenMenuItemEverywhere = 1; NSTreatUnknownArgumentsAsOpen = NO; }
 
Register on MacRumors! This sidebar will go away, and you'll see fewer ads.