NOISSUE make the setup wizard use the main event loop

This should fix any issues with receiving events over IPC.
This commit is contained in:
Petr Mrázek
2017-01-06 06:08:45 +01:00
parent 0249bd9eea
commit 6f17183bf0
3 changed files with 24 additions and 8 deletions

View File

@ -33,6 +33,7 @@ int main(int argc, char *argv[])
switch (app.status())
{
case MultiMC::StartingUp:
case MultiMC::Initialized:
{
Q_INIT_RESOURCE(multimc);