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:
binární
tfdidthatsay.plist
binární
tfdidthatsay.plist
Binární soubor nebyl zobrazen.
@ -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);
|
||||
|
Odkázat v novém úkolu
Zablokovat Uživatele