Skip to content
This repository has been archived by the owner on Feb 12, 2023. It is now read-only.

Commit

Permalink
fix(wayland): Fix desktop file name in Qt properties
Browse files Browse the repository at this point in the history
fixes #5141
  • Loading branch information
stikonas committed May 14, 2018
1 parent 8b42407 commit c1caeb5
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -161,6 +161,9 @@ int main(int argc, char* argv[])
#endif

a->setApplicationName("qTox");
#if QT_VERSION >= QT_VERSION_CHECK(5, 7, 0)
a->setDesktopFileName("io.github.qtox.qTox");
#endif
a->setOrganizationName("Tox");
a->setApplicationVersion("\nGit commit: " + QString(GIT_VERSION));

Expand Down

0 comments on commit c1caeb5

Please sign in to comment.