Browse and listen to thousands of radio stations across the globe right from your terminal ๐ŸŒŽ ๐Ÿ“ป ๐ŸŽตโœจ
radio rust tokio web-radio command-line-tool tui

app: App: process_events(): use existing quit variable to quit

Changed files
+1 -2
src
+1 -2
src/app.rs
··· 341 341 self.graph.scale = 1.; 342 342 } 343 343 KeyCode::Char('c') if key.modifiers.contains(KeyModifiers::CONTROL) => { 344 - let _ = tui::restore(); 345 - process::exit(0); 344 + quit = true; 346 345 } 347 346 KeyCode::Tab => { 348 347 // switch modes