mirror of
https://github.com/moonlight-stream/moonlight-qt
synced 2024-11-10 13:44:17 +00:00
Always create IdentityManager on the main thread
This commit is contained in:
parent
58313ad8fc
commit
5b6142e2d9
1 changed files with 3 additions and 0 deletions
|
@ -431,6 +431,9 @@ int main(int argc, char *argv[])
|
||||||
return new StreamingPreferences();
|
return new StreamingPreferences();
|
||||||
});
|
});
|
||||||
|
|
||||||
|
// Create the identity manager on the main thread
|
||||||
|
IdentityManager::get();
|
||||||
|
|
||||||
#ifndef Q_OS_WINRT
|
#ifndef Q_OS_WINRT
|
||||||
// Use the dense material dark theme by default
|
// Use the dense material dark theme by default
|
||||||
if (!qEnvironmentVariableIsSet("QT_QUICK_CONTROLS_STYLE")) {
|
if (!qEnvironmentVariableIsSet("QT_QUICK_CONTROLS_STYLE")) {
|
||||||
|
|
Loading…
Reference in a new issue