Skip to content
Permalink
Browse files
Merge pull request #6734 from spycrab/updater_fix
Updater: Fix UI not showing up
  • Loading branch information
delroth committed May 2, 2018
2 parents 40cf07d + 3221ca2 commit 6bd7e99
Showing 1 changed file with 3 additions and 0 deletions.
@@ -730,6 +730,9 @@ int WINAPI wWinMain(HINSTANCE hInstance, HINSTANCE hPrevInstance, PWSTR pCmdLine
return 0;
}

std::thread thread(UI::MessageLoop);
thread.detach();

UI::SetDescription("Fetching and parsing manifests...");

Manifest this_manifest, next_manifest;

0 comments on commit 6bd7e99

Please sign in to comment.