1
0
mirror of https://github.com/qTox/qTox.git synced 2024-03-22 14:00:36 +08:00

fix(wayland): Fix desktop file name in Qt properties

fixes #5141
This commit is contained in:
Andrius Štikonas 2018-05-14 11:51:53 +01:00
parent 8b4240776c
commit c1caeb585a

View File

@ -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));