mirror of
https://github.com/onionshare/onionshare.git
synced 2025-01-11 04:02:40 -03:00
Merge pull request #244 from garrettr/fix-start-server-statusbar
Remove unnecessary status_bar.showMessage
This commit is contained in:
commit
7c22ba1af1
1 changed files with 0 additions and 1 deletions
|
@ -147,7 +147,6 @@ class OnionShareGui(QtGui.QWidget):
|
|||
self.status_bar.showMessage(strings._('gui_starting_server1', True))
|
||||
self.app.choose_port()
|
||||
try:
|
||||
self.status_bar.showMessage(strings._('gui_starting_server1', True))
|
||||
self.app.start_hidden_service(gui=True)
|
||||
except onionshare.hs.NoTor as e:
|
||||
alert(e.args[0], QtGui.QMessageBox.Warning)
|
||||
|
|
Loading…
Reference in a new issue