Disable media key tap on System Preferences, so we don't interfere with security permission controls.

This commit is contained in:
Christopher Snowhill 2018-06-09 19:22:52 -07:00
parent f0c7c0b777
commit a9eb674252

View file

@ -160,6 +160,7 @@ static CGEventRef tapEventCallback(CGEventTapProxy proxy, CGEventType type, CGEv
@"com.coppertino.Vox", @"com.coppertino.Vox",
@"com.tidal.desktop", @"com.tidal.desktop",
@"com.amazon.music", @"com.amazon.music",
@"com.apple.systempreferences", // the tap messes up security dialogs
nil nil
]; ];
} }