Skip to content

Commit

Permalink
Update kPlayIntroVid.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
niceEli committed Jun 27, 2024
1 parent 598aede commit 042b7c2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/kUtils/kPlayIntroVid.ts
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ export default function kPlayIntroVid(
video.autoplay = true;
video.loop = false;
video.controls = false;
if ("isTauri" in window) {
if (!("isTauri" in window)) {
video.muted = true;
}

Expand Down

0 comments on commit 042b7c2

Please sign in to comment.