mirror of
https://github.com/onionshare/onionshare.git
synced 2024-10-01 01:35:40 -04:00
Fix displaying of local host
This commit is contained in:
parent
60d97cfa5e
commit
fe92ca4311
@ -362,6 +362,8 @@ def main():
|
|||||||
except onionshare.NoTor as e:
|
except onionshare.NoTor as e:
|
||||||
alert(e.args[0], QtGui.QMessageBox.Warning)
|
alert(e.args[0], QtGui.QMessageBox.Warning)
|
||||||
return
|
return
|
||||||
|
else:
|
||||||
|
onion_host = local_host
|
||||||
|
|
||||||
# select file to share
|
# select file to share
|
||||||
filename, basename = select_file(onionshare.strings, filename)
|
filename, basename = select_file(onionshare.strings, filename)
|
||||||
|
Loading…
Reference in New Issue
Block a user