nits
This commit is contained in:
parent
c3daba0e7c
commit
d56eada988
1 changed files with 4 additions and 2 deletions
|
@ -285,6 +285,7 @@ namespace Ryujinx.Ui
|
|||
SecondaryText = "Extraction has completed successfully.",
|
||||
WindowPosition = WindowPosition.Center
|
||||
};
|
||||
|
||||
dialog.Run();
|
||||
dialog.Dispose();
|
||||
});
|
||||
|
@ -294,6 +295,7 @@ namespace Ryujinx.Ui
|
|||
fsClient.Unmount(output);
|
||||
}
|
||||
});
|
||||
|
||||
extractorThread.Name = "GUI.NcaSectionExtractorThread";
|
||||
extractorThread.IsBackground = true;
|
||||
extractorThread.Start();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue