mirror of
https://github.com/freedomofpress/dangerzone.git
synced 2025-04-28 18:02:38 +02:00
Fix icon path
This commit is contained in:
parent
bb68430db5
commit
322416eee8
1 changed files with 1 additions and 1 deletions
|
@ -272,7 +272,7 @@ class GlobalCommon(object):
|
|||
if platform.system() == "Windows":
|
||||
path = self.get_resource_path("dangerzone.ico")
|
||||
else:
|
||||
path = self.get_resource_path("logo.png")
|
||||
path = self.get_resource_path("icon.png")
|
||||
return QtGui.QIcon(path)
|
||||
|
||||
def open_pdf_viewer(self, filename):
|
||||
|
|
Loading…
Reference in a new issue