State corruption issues with Power Mode model switching for cloud model configurations

This commit is contained in:
Beingpax 2025-07-17 18:07:45 +05:45
parent 46e9e91ea6
commit 8c1370aef7

View File

@ -23,7 +23,6 @@ extension WhisperState {
// Enable transcription for cloud models immediately since they don't need loading
if model.provider != .local {
self.recordingState = .idle
self.isModelLoaded = true
}