mirror of
https://github.com/kwsch/NHSE.git
synced 2026-03-21 17:24:30 -05:00
Minor clean to imagefetcher
This commit is contained in:
parent
db54e5ae1c
commit
e67cfc8ead
|
|
@ -79,7 +79,7 @@ private async void B_Download_Click(object sender, EventArgs e)
|
|||
}
|
||||
|
||||
PBar_MultiUse?.PerformSafely(() => PBar_MultiUse.Value = 100);
|
||||
L_Status.Invoke((Action)(() => L_Status.Text = "Unzipping..."));
|
||||
L_Status.PerformSafely(() => L_Status.Text = "Unzipping...");
|
||||
UnzipFile();
|
||||
}
|
||||
catch (Exception ex)
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user