diff --git a/Source/main.m b/Source/main.m index 1f2b96f6..029d0393 100644 --- a/Source/main.m +++ b/Source/main.m @@ -100,8 +100,7 @@ int main(int argc, char *argv[]) NSLog(@"All input sources enabled for %@", bundleID); } else { - NSLog(@"Failed to enable all input sources for %@", bundleID); - return -1; + NSLog(@"Cannot enable all input sources for %@, but this is ignored", bundleID); } }