Don't bring Audacity to focus when starting app

This commit is contained in:
Keith Edmunds 2024-12-13 12:54:48 +00:00
parent d0d3d5b09a
commit 61dcf7fc91

View File

@ -107,7 +107,11 @@ class AudacityController:
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)
if response != Config.AUDACITY_TEST_RESPONSE:
raise ApplicationError(