1
0
Fork 0
mirror of synced 2024-05-18 19:42:54 +12:00

Set desktop file name to fix default icon on wayland

This commit is contained in:
lennard 2024-02-08 13:10:00 +01:00
parent 557189f41b
commit f2c63aa3b4
No known key found for this signature in database
GPG key ID: AB6010FE63C7C2B1

View file

@ -66,6 +66,7 @@ class RareApp(QApplication):
self.setQuitOnLastWindowClosed(False)
self.setAttribute(Qt.AA_DontUseNativeDialogs, True)
self.setDesktopFileName("rare")
self.setApplicationName("Rare")
self.setOrganizationName("Rare")