Skip to content
This repository was archived by the owner on Jan 10, 2026. It is now read-only.

Commit 6be1164

Browse files
committed
Add support for Beyond audio strap devices
1 parent adf3194 commit 6be1164

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/views/popup_volume.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -283,6 +283,7 @@ function doesStringMentionHMDSink(input: string) {
283283
|| name.includes("index") // Valve Index
284284
|| name.includes("oculus") // Oculus
285285
|| name.includes("rift") // Also Oculus
286+
|| name.includes("beyond") // Bigscreen Beyond
286287
);
287288
}
288289

0 commit comments

Comments
 (0)