1
0
geforkt von lint/TFDidThatSay

Add AlienBlueHD (iPad) support

Dieser Commit ist enthalten in:
lint
2020-06-08 10:25:20 -04:00
Ursprung 48c9597a01
Commit a35dd98193
2 geänderte Dateien mit 1 neuen und 1 gelöschten Zeilen

Binäre Datei nicht angezeigt.

Datei anzeigen

@ -139,7 +139,7 @@ static void prefsChanged(CFNotificationCenterRef center, void *observer, CFStrin
NSString* processName = [[NSProcessInfo processInfo] processName];
if ([processName isEqualToString:@"AlienBlue"]){
if ([processName isEqualToString:@"AlienBlue"] || [processName isEqualToString:@"AlienBlueHD"]){
if (isAlienBlueEnabled && isEnabled){
CFNotificationCenterAddObserver(CFNotificationCenterGetDarwinNotifyCenter(), NULL, (CFNotificationCallback)prefsChanged, CFSTR("com.lint.undelete.prefs.changed"), NULL, CFNotificationSuspensionBehaviorCoalesce);