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:
parent
0249bd9eea
commit
6f17183bf0
3 changed files with 24 additions and 8 deletions
|
@ -33,6 +33,7 @@ int main(int argc, char *argv[])
|
|||
|
||||
switch (app.status())
|
||||
{
|
||||
case MultiMC::StartingUp:
|
||||
case MultiMC::Initialized:
|
||||
{
|
||||
Q_INIT_RESOURCE(multimc);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue