privatevoice.src/internal/model/build_capabilities_windows.go
@@ -3,7 +3,8 @@ package model func modelUnsupportedReasonInCurrentBuild(modelID string) string { if modelID == DefaultModelID { profile, err := GetModelProfile(modelID) if err == nil && profile.BackendKind == BackendSenseVoice { return "" } return UnsupportedReasonWindowsPreview