//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() {}