Skip to content

Commit

Permalink
Fix the changes made with #1336, closes #1244.
Browse files Browse the repository at this point in the history
Discussion: #1336 (comment)
  • Loading branch information
emtiu authored Oct 22, 2022
1 parent a609c78 commit 4b0d090
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion qt/qttools.py
Original file line number Diff line number Diff line change
Expand Up @@ -175,7 +175,6 @@ def createQApplication(app_name = 'Back In Time'):
except Exception as e:
logger.warning("Could not set App ID (required for Wayland App icon and more)")
logger.warning("Reason: " + repr(e))
qapp.setDesktopFileName("backintime-qt")
if os.geteuid() == 0 and \
qapp.style().objectName().lower() == 'windows' and \
'GTK+' in QStyleFactory.keys():
Expand Down

0 comments on commit 4b0d090

Please sign in to comment.