Ignore input mode enable issues.
This commit is contained in:
parent
f3b55c5ad9
commit
913024fa75
|
@ -100,8 +100,7 @@ int main(int argc, char *argv[])
|
||||||
NSLog(@"All input sources enabled for %@", bundleID);
|
NSLog(@"All input sources enabled for %@", bundleID);
|
||||||
}
|
}
|
||||||
else {
|
else {
|
||||||
NSLog(@"Failed to enable all input sources for %@", bundleID);
|
NSLog(@"Cannot enable all input sources for %@, but this is ignored", bundleID);
|
||||||
return -1;
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue