mirror of
https://github.com/onionshare/onionshare.git
synced 2025-06-27 07:50:39 -04:00
Fix missing window icon
This commit is contained in:
parent
2c1534979e
commit
7c9dbb0caf
1 changed files with 1 additions and 1 deletions
|
@ -227,7 +227,7 @@ def main():
|
||||||
|
|
||||||
# create the onionshare icon
|
# create the onionshare icon
|
||||||
global window_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
|
# start the onionshare app
|
||||||
web.set_stay_open(stay_open)
|
web.set_stay_open(stay_open)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue