Skip to content

Commit

Permalink
Update MainForm.cs
Browse files Browse the repository at this point in the history
  • Loading branch information
hellzerg committed Jun 26, 2021
1 parent 7234435 commit e0e6a66
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Optimizer/MainForm.cs
Original file line number Diff line number Diff line change
Expand Up @@ -650,7 +650,7 @@ private void GetFeed()
appCard.appTitle.Name = x.Tag;
appCard.appImage.SizeMode = PictureBoxSizeMode.Zoom;
appCard.appImage.LoadAsync(x.Image);

switch (x.Group)
{
case "SystemTools":
Expand Down Expand Up @@ -2273,7 +2273,7 @@ private async void btnDownloadApps_Click(object sender, EventArgs e)
currentCheck = (ColoredCheckBox)temp[0];
if (currentCheck == null) continue;
if (!currentCheck.Checked) continue;

appNameTemp = x.Title;

if (c64.Checked)
Expand Down

0 comments on commit e0e6a66

Please sign in to comment.