Skip to content

Commit f8aebff

Browse files
authored
Add files via upload
1 parent dd116e8 commit f8aebff

4 files changed

Lines changed: 5 additions & 3 deletions

File tree

CleanerX/Main.Designer.cs

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

CleanerX/Main.cs

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -181,6 +181,7 @@ public Main()
181181
}
182182
catch { }
183183
}
184+
if (!backgroundWorker1.IsBusy) backgroundWorker1.RunWorkerAsync();
184185
}
185186

186187
private void backgroundWorker1_DoWork(object sender, DoWorkEventArgs e)
@@ -389,11 +390,12 @@ private void Main_Resize(object sender, EventArgs e)
389390
timer2.Stop();
390391
this.Hide();
391392
this.ShowInTaskbar = false;
392-
notifyIcon1.Text = "Minimized";
393+
notifyIcon1.BalloonTipText = "Minimized";
393394
notifyIcon1.ShowBalloonTip(3000);
394395
}
395396
else
396397
{
398+
this.ShowInTaskbar = true;
397399
GraphUpdate();
398400
timer2.Start();
399401
}

CleanerX/bin/Release/CleanerX.exe

0 Bytes
Binary file not shown.

CleanerX/bin/Release/CleanerX.pdb

0 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)