mirror of
https://github.com/onionshare/onionshare.git
synced 2024-10-01 01:35:40 -04:00
Merge pull request #135 from lazlolazlolazlo/logo
Fix missing window icon
This commit is contained in:
commit
a314ca891d
@ -227,7 +227,7 @@ def main():
|
||||
|
||||
# create the onionshare icon
|
||||
global window_icon
|
||||
window_icon = QtGui.QIcon("{0}/static/logo.png".format(common.onionshare_gui_dir))
|
||||
window_icon = QtGui.QIcon("{0}/logo.png".format(common.onionshare_gui_dir))
|
||||
|
||||
# start the onionshare app
|
||||
web.set_stay_open(stay_open)
|
||||
|
Loading…
Reference in New Issue
Block a user