diff --git a/src/app/mod.rs b/src/app/mod.rs index 328c9f5..9c360d3 100644 --- a/src/app/mod.rs +++ b/src/app/mod.rs @@ -211,10 +211,7 @@ impl VoiceApp { } Err(e) => { eprintln!("[voice] Warning: Could not set up global hotkey: {}", e); - if self.config.push_to_talk { - eprintln!("[voice] Falling back to toggle mode (press space to start/stop recording)."); - self.config.push_to_talk = false; - } + eprintln!("[voice] Global hotkey unavailable. Use terminal keyboard (space) to record."); } } }