Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 1 addition & 4 deletions src/app/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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.");
}
}
}
Expand Down