mirror of
https://github.com/moonlight-stream/moonlight-qt.git
synced 2026-06-17 06:01:12 +00:00
Always create IdentityManager on the main thread
This commit is contained in:
@@ -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")) {
|
||||||
|
|||||||
Reference in New Issue
Block a user