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
@@ -229,7 +229,7 @@ export function ScreenShareSettingsPopover({ open, onClose, anchorRef }: ScreenS
</div>
{isElectron() && config.shareAudio && (
<div className="text-[10px] text-accent-amber/80 mt-0.5">
Headphones recommended
Use Chrome for echo-free audio
</div>
)}
</div>