parent
b9dd3a3bd3
commit
680dd2cc70
|
@ -767,9 +767,6 @@ extern os_log_t logHandle;
|
||||||
//dbg msg
|
//dbg msg
|
||||||
os_log_debug(logHandle, "more than one audio client (total: %lu)", (unsigned long)self.audioClients.count);
|
os_log_debug(logHandle, "more than one audio client (total: %lu)", (unsigned long)self.audioClients.count);
|
||||||
|
|
||||||
//TODO: rem
|
|
||||||
os_log_debug(logHandle, "last client: %{public}@ vs. this client: %{public}@", self.lastMicEvent.client, client.path);
|
|
||||||
|
|
||||||
//not foreground?
|
//not foreground?
|
||||||
if(YES != [NSWorkspace.sharedWorkspace.frontmostApplication.executableURL.path isEqualToString:client.path])
|
if(YES != [NSWorkspace.sharedWorkspace.frontmostApplication.executableURL.path isEqualToString:client.path])
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in New Issue