diff --git a/colourterm/mainwindow.py b/colourterm/mainwindow.py index ea7c147..ced1fb5 100644 --- a/colourterm/mainwindow.py +++ b/colourterm/mainwindow.py @@ -269,6 +269,7 @@ class MainWindow(QtGui.QMainWindow, UiMainWindow): self.send_button.setEnabled(not self.device_closed) if self.send_combobox.isEnabled(): self.send_combobox.setFocus() + self.status_bar.showMessage('Connected to %s at %s baud' % (self.device.port, self.device.baudrate)) def on_close_action_triggered(self): self.device_closed = True