fix: update screen share audio warning to recommend Chrome browser

This commit is contained in:
Jannis Braun
2026-03-16 19:27:12 +01:00
parent 26f2e2a817
commit 0815963e1b
2 changed files with 2 additions and 2 deletions
@@ -190,7 +190,7 @@ export function ScreenSharePicker() {
</label> </label>
{shareAudio && ( {shareAudio && (
<div className="text-[11px] text-accent-amber/80"> <div className="text-[11px] text-accent-amber/80">
Headphones recommended to prevent echo May echo voices back to viewers use Chrome browser for echo-free audio
</div> </div>
)} )}
</div> </div>
@@ -229,7 +229,7 @@ export function ScreenShareSettingsPopover({ open, onClose, anchorRef }: ScreenS
</div> </div>
{isElectron() && config.shareAudio && ( {isElectron() && config.shareAudio && (
<div className="text-[10px] text-accent-amber/80 mt-0.5"> <div className="text-[10px] text-accent-amber/80 mt-0.5">
Headphones recommended Use Chrome for echo-free audio
</div> </div>
)} )}
</div> </div>