1
0
Fork 0
mirror of https://git.jami.net/savoirfairelinux/jami-client-qt.git synced 2025-08-03 14:25:38 +02:00

app: change QApplication to "Jami"

Change-Id: I6931f3239c4b9ca19d54272587ae8c97cf02b16b
This commit is contained in:
Andreas Traczyk 2020-10-02 16:47:59 -04:00 committed by Ming Rui Zhang
parent 3da2361c86
commit f4c4d0c551

View file

@ -51,11 +51,7 @@ main(int argc, char* argv[])
#ifdef Q_OS_LINUX
setenv("QT_QPA_PLATFORMTHEME", "gtk3", true);
#endif
#ifdef Q_OS_WIN
QApplication::setApplicationName("Ring");
#else
QApplication::setApplicationName("Jami");
#endif
QApplication::setOrganizationDomain("jami.net");
QApplication::setAttribute(Qt::AA_EnableHighDpiScaling, true);
QApplication::setAttribute(Qt::AA_UseHighDpiPixmaps);