mirror of
https://github.com/qTox/qTox.git
synced 2024-03-22 14:00:36 +08:00
Merge pull request #5142
Andrius Štikonas (1): fix(wayland): Fix desktop file name in Qt properties
This commit is contained in:
commit
8461a373dd
|
@ -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));
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user