Configure input source observer to correctly notify in the background

Fixes #314
This commit is contained in:
Andrew Kitchen 2025-11-21 13:59:53 -08:00
parent fcdd494a7a
commit 9e87939ac3

View file

@ -127,7 +127,7 @@ static NSString* kLeftTabString = @"\xe2\x87\xa4";
_onSelectedKeyboardInputSourceChanged,
kTISNotifySelectedKeyboardInputSourceChanged,
NULL,
CFNotificationSuspensionBehaviorCoalesce);
CFNotificationSuspensionBehaviorDeliverImmediately);
_inputSourceChangeObserved = YES;
}