Don't bring Audacity to focus when starting app
This commit is contained in:
parent
d0d3d5b09a
commit
61dcf7fc91
@ -107,7 +107,11 @@ class AudacityController:
|
|||||||
f"and pipes exist at {self.pipe_to} and {self.pipe_from}."
|
f"and pipes exist at {self.pipe_to} and {self.pipe_from}."
|
||||||
)
|
)
|
||||||
|
|
||||||
# Send test command to Audacity
|
def _test_connectivity(self) -> None:
|
||||||
|
"""
|
||||||
|
Send test command to Audacity
|
||||||
|
"""
|
||||||
|
|
||||||
response = self._send_command(Config.AUDACITY_TEST_COMMAND)
|
response = self._send_command(Config.AUDACITY_TEST_COMMAND)
|
||||||
if response != Config.AUDACITY_TEST_RESPONSE:
|
if response != Config.AUDACITY_TEST_RESPONSE:
|
||||||
raise ApplicationError(
|
raise ApplicationError(
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user