Skip to content

Commit 11458be

Browse files
committed
🔧 | Some fixes
1 parent ec665f7 commit 11458be

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

utils/playSound.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ import (
1212
)
1313

1414
func PlaySound(sound string) {
15-
if runtime.GOOS == "Windows" { return }
15+
if runtime.GOOS == "windows" { return }
1616

1717
done := make(chan bool)
1818

0 commit comments

Comments
 (0)