1
0
zrcadlo https://github.com/lint/TFDidThatSay synchronizováno 2025-10-21 16:16:17 +00:00

Add AlienBlueHD (iPad) support

Tento commit je obsažen v:
lint
2020-06-08 10:25:20 -04:00
rodič 48c9597a01
revize a35dd98193
2 změnil soubory, kde provedl 1 přidání a 1 odebrání

binární
tfdidthatsay.plist

Binární soubor nebyl zobrazen.

Zobrazit soubor

@ -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);