mirror of
https://github.com/onionshare/onionshare.git
synced 2025-05-25 09:30:59 -04:00
Rip out support for non-ephemeral onion services
This commit is contained in:
parent
61ccced12c
commit
e4649ac3b5
4 changed files with 33 additions and 196 deletions
|
@ -206,11 +206,6 @@ class OnionShareGui(QtWidgets.QMainWindow):
|
|||
self.app.cleanup_filenames.append(web.zip_filename)
|
||||
self.starting_server_step3.emit()
|
||||
|
||||
# wait for hs
|
||||
if not self.app.local_only and not self.app.onion.supports_ephemeral:
|
||||
self.status_bar.showMessage(strings._('gui_starting_server3', True))
|
||||
self.app.onion.wait_for_hs(self.app.onion_host)
|
||||
|
||||
# done
|
||||
self.start_server_finished.emit()
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue