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:
parent
3da2361c86
commit
f4c4d0c551
1 changed files with 0 additions and 4 deletions
|
@ -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);
|
||||
|
|
Loading…
Add table
Reference in a new issue