Skip to content
Snippets Groups Projects
Commit f4c4d0c5 authored by Andreas Traczyk's avatar Andreas Traczyk Committed by Ming Rui Zhang
Browse files

app: change QApplication to "Jami"

Change-Id: I6931f3239c4b9ca19d54272587ae8c97cf02b16b
parent 3da2361c
No related branches found
No related tags found
No related merge requests found
......@@ -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);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment