This commit is contained in:
Xpl0itR 2020-02-06 21:07:10 +00:00
commit d56eada988
No known key found for this signature in database
GPG key ID: 91798184109676AD

View file

@ -285,6 +285,7 @@ namespace Ryujinx.Ui
SecondaryText = "Extraction has completed successfully.", SecondaryText = "Extraction has completed successfully.",
WindowPosition = WindowPosition.Center WindowPosition = WindowPosition.Center
}; };
dialog.Run(); dialog.Run();
dialog.Dispose(); dialog.Dispose();
}); });
@ -294,6 +295,7 @@ namespace Ryujinx.Ui
fsClient.Unmount(output); fsClient.Unmount(output);
} }
}); });
extractorThread.Name = "GUI.NcaSectionExtractorThread"; extractorThread.Name = "GUI.NcaSectionExtractorThread";
extractorThread.IsBackground = true; extractorThread.IsBackground = true;
extractorThread.Start(); extractorThread.Start();