We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 601c289 commit 45ced96Copy full SHA for 45ced96
1 file changed
src/app.rs
@@ -568,7 +568,6 @@ impl App {
568
569
let popup_area = self.area(frame);
570
571
- // Help
572
Help::render(
573
frame,
574
popup_area,
@@ -577,9 +576,6 @@ impl App {
577
576
self.config.clone(),
578
);
579
580
- // Pairing confirmation
581
-
582
- // Set alias popup
583
if self.focused_block == FocusedBlock::SetDeviceAliasBox {
584
render_set_alias(
585
&self.controllers,
@@ -701,7 +697,6 @@ impl App {
701
697
}
702
698
703
699
pub fn quit(&mut self) {
704
- // TODO: use env_logger error!()
705
700
let _ = save_favorite_devices_to_disk(&self.favorite_devices);
706
self.running = false;
707
0 commit comments