mirror of
https://github.com/kwsch/NHSE.git
synced 2026-09-26 11:56:41 -05:00
Minor clean to imagefetcher
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user