Minor clean to imagefetcher

This commit is contained in:
DESKTOP-SN9KF5O\Strawberry 2026-01-18 15:30:55 +00:00
parent db54e5ae1c
commit e67cfc8ead

View File

@ -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)