From 5b6142e2d97a32bc67c92a35c3fc87835a8713f6 Mon Sep 17 00:00:00 2001 From: Cameron Gutman Date: Sat, 25 Jan 2020 19:34:17 -0800 Subject: [PATCH] Always create IdentityManager on the main thread --- app/main.cpp | 3 +++ 1 file changed, 3 insertions(+) diff --git a/app/main.cpp b/app/main.cpp index fbcdbbd3..f3fe24b0 100644 --- a/app/main.cpp +++ b/app/main.cpp @@ -431,6 +431,9 @@ int main(int argc, char *argv[]) return new StreamingPreferences(); }); + // Create the identity manager on the main thread + IdentityManager::get(); + #ifndef Q_OS_WINRT // Use the dense material dark theme by default if (!qEnvironmentVariableIsSet("QT_QUICK_CONTROLS_STYLE")) {