mirror of
https://github.com/crskycode/GARbro.git
synced 2024-11-27 07:34:00 +08:00
activate main window when extract operation finished.
This commit is contained in:
parent
1b85159ed2
commit
01464389d2
@ -234,6 +234,7 @@ namespace GARbro.GUI
|
||||
};
|
||||
extractProgressDialog.RunWorkerCompleted += (s, e) => {
|
||||
extractProgressDialog.Dispose();
|
||||
this.Activate();
|
||||
if (!ViewModel.IsArchive)
|
||||
{
|
||||
arc.Dispose();
|
||||
|
Loading…
Reference in New Issue
Block a user