mirror of
https://github.com/lifegpc/GARbro.git
synced 2026-06-06 13:39:09 +08:00
activate main window when extract operation finished.
This commit is contained in:
@@ -234,6 +234,7 @@ namespace GARbro.GUI
|
||||
};
|
||||
extractProgressDialog.RunWorkerCompleted += (s, e) => {
|
||||
extractProgressDialog.Dispose();
|
||||
this.Activate();
|
||||
if (!ViewModel.IsArchive)
|
||||
{
|
||||
arc.Dispose();
|
||||
|
||||
Reference in New Issue
Block a user