Skip to content

Commit

Permalink
Define desktop filename for Wayland compliance (fixes icon) (#627)
Browse files Browse the repository at this point in the history
  • Loading branch information
z411 authored Aug 26, 2023
1 parent 6b490a4 commit 412901e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions syncplay/ui/ConfigurationGetter.py
Original file line number Diff line number Diff line change
Expand Up @@ -521,6 +521,7 @@ def getConfiguration(self):
raise ImportError
if QCoreApplication.instance() is None:
self.app = QtWidgets.QApplication(sys.argv)
self.app.setDesktopFileName("syncplay")
if isWindows():
try:
from syncplay.vendor import darkdetect
Expand Down

0 comments on commit 412901e

Please sign in to comment.