mirror of
https://github.com/onionshare/onionshare.git
synced 2025-08-03 11:56:06 -04:00
Merge pull request #111 from lazlolazlolazlo/localhost
Fix displaying of local host
This commit is contained in:
commit
ab9e69b573
1 changed files with 2 additions and 0 deletions
|
@ -363,6 +363,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…
Add table
Add a link
Reference in a new issue