Files

8 lines
216 B
Go
Raw Permalink Normal View History

2026-07-23 14:26:19 +08:00
//go:build !windows
package ui
// playAlertSound is a no-op off Windows; the V2 UI targets Windows and uses the
// system beep there. This stub keeps the package building for cross-checks.
func playAlertSound() {}