From 88849828462a2e4de0f6cdd4487a01101a07918a Mon Sep 17 00:00:00 2001 From: David Baker Date: Thu, 5 Oct 2023 18:04:02 +0100 Subject: [PATCH] Expand comment Co-authored-by: Timo <16718859+toger5@users.noreply.github.com> --- src/settings/SettingsModal.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/settings/SettingsModal.tsx b/src/settings/SettingsModal.tsx index c9129218..4cd10184 100644 --- a/src/settings/SettingsModal.tsx +++ b/src/settings/SettingsModal.tsx @@ -99,8 +99,8 @@ export const SettingsModal = (props: Props) => { let selectedKey = devices.selectedId; // We may present a different device as the currently selected one if we have an active track - // from the default device, because the default device may have changed since we acquired the - // track, in which case we want to display the one we're actually using rather than what the + // from the default device, because the default device of the OS may have changed since we acquired the + // track, but EC did not update the track to match the new default, in which case we want to display the one we're actually using rather than what the // default is now. if ( trackUsedByRoom &&