Restore trial expiration message in transcription output

This commit is contained in:
Beingpax 2025-03-18 10:53:09 +05:45
parent 147daa5f5f
commit 2a5c687aa4

View File

@ -450,6 +450,14 @@ class WhisperState: NSObject, ObservableObject, AVAudioRecorderDelegate {
try? modelContext.save()
}
if case .trialExpired = licenseViewModel.licenseState {
text = """
Your trial has expired. Upgrade to VoiceInk Pro at tryvoiceink.com/buy
\(text)
"""
}
messageLog += "Done: \(text)\n"
SoundManager.shared.playStopSound()