Skip to content
Snippets Groups Projects
Commit e7d594b5 authored by Ming Rui Zhang's avatar Ming Rui Zhang
Browse files

misc: use single-process mode when migrating to Qt 6.2

Change-Id: I0e02cd89039ff8573c1b8ab974d19976151b4c38
parent 8ef6029f
No related branches found
No related tags found
No related merge requests found
......@@ -74,8 +74,11 @@ main(int argc, char* argv[])
#endif
#endif
qtWebEngineChromiumFlags << disableWebSecurity;
#if QT_VERSION >= QT_VERSION_CHECK(6, 2, 0)
// To be recovered in Qt 6.2 and above
// https://bugs.chromium.org/p/chromium/issues/detail?id=1060099#c6*/
qtWebEngineChromiumFlags << singleProcess;
#endif
QApplication::setApplicationName("Jami");
QApplication::setOrganizationDomain("jami.net");
QApplication::setAttribute(Qt::AA_EnableHighDpiScaling, true);
......
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