Skip to content
This repository has been archived by the owner on Apr 10, 2024. It is now read-only.

Commit

Permalink
Added no carrier message.
Browse files Browse the repository at this point in the history
  • Loading branch information
mkrueger committed Jan 20, 2024
1 parent c060ab7 commit 6677587
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/ui/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -444,6 +444,7 @@ impl MainWindow {
}
if show_disconnect {
self.set_mode(MainWindowMode::ShowDisconnectedMessage(system_name.clone(), connection_time.clone()));
self.output_string("\nNO CARRIER\n");
}
}
}
Expand Down

0 comments on commit 6677587

Please sign in to comment.