Restore trial expiration message in transcription output
This commit is contained in:
parent
147daa5f5f
commit
2a5c687aa4
@ -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()
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user