Hide QR code button when server stops. Capitalise Code

This commit is contained in:
Miguel Jacq 2020-07-06 10:25:16 +10:00
parent c8e92a5e3c
commit 58a96ef787
No known key found for this signature in database
GPG key ID: EEA4341C6D97A0B6
2 changed files with 2 additions and 1 deletions

View file

@ -243,6 +243,7 @@ class ServerStatus(QtWidgets.QWidget):
self.url.hide()
self.copy_url_button.hide()
self.copy_hidservauth_button.hide()
self.show_url_qr_code_button.hide()
self.mode_settings_widget.update_ui()