mirror of
https://github.com/onionshare/onionshare.git
synced 2025-12-15 16:29:35 -05:00
Clear statusBar messages when the server button is clicked
This commit is contained in:
parent
2fb8d1f836
commit
14ece50807
2 changed files with 3 additions and 0 deletions
|
|
@ -90,6 +90,7 @@ class OnionShareGui(QtWidgets.QMainWindow):
|
|||
self.starting_server_step2.connect(self.start_server_step2)
|
||||
self.starting_server_step3.connect(self.start_server_step3)
|
||||
self.starting_server_error.connect(self.start_server_error)
|
||||
self.server_status.button_clicked.connect(self.clear_message)
|
||||
|
||||
# Filesize warning
|
||||
self.filesize_warning = QtWidgets.QLabel()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue