mirror of
https://github.com/gnh1201/welsonjs.git
synced 2025-11-01 05:17:45 +00:00
Fix UI management flow issue.
This commit is contained in:
parent
4deddfd8c9
commit
f1a6ef4435
|
|
@ -109,10 +109,10 @@ namespace WelsonJS.Launcher
|
|||
if (openFileDialog.ShowDialog() == DialogResult.OK)
|
||||
{
|
||||
string filePath = openFileDialog.FileName;
|
||||
|
||||
DisableUI();
|
||||
Task.Run(() => ExtractAndRun(filePath));
|
||||
}
|
||||
|
||||
DisableUI();
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user