Skip to content

Commit

Permalink
fix(dashboard): 💬 Fix "Software requirements" text on Linux (#2312)
Browse files Browse the repository at this point in the history
  • Loading branch information
zmerp authored Aug 5, 2024
1 parent 42c6f19 commit 5d4ac16
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions alvr/dashboard/src/dashboard/components/setup_wizard.rs
Original file line number Diff line number Diff line change
Expand Up @@ -114,6 +114,8 @@ Make sure you have at least one output audio device.",
"Software requirements",
if cfg!(windows) {
r"To stream the headset microphone on Windows you need to install VB-Cable or Voicemeeter."
} else if cfg!(target_os = "linux") {
r"You need the PipeWire package to be able to stream audio."
} else {
r"Unsupported OS"
},
Expand Down

0 comments on commit 5d4ac16

Please sign in to comment.