This commit is contained in:
Darren Ohonba - Evans
2024-05-24 00:33:50 +01:00
parent b27d2d13ee
commit 14d1e5e14f
2 changed files with 7 additions and 1 deletions

View File

@@ -372,7 +372,7 @@
//
this.notifyIcon1.ContextMenuStrip = this.contextMenuStrip1;
this.notifyIcon1.Icon = ((System.Drawing.Icon)(resources.GetObject("notifyIcon1.Icon")));
this.notifyIcon1.Text = "Hello";
this.notifyIcon1.Text = "AsusFanControlEnhanced";
this.notifyIcon1.Visible = true;
this.notifyIcon1.MouseClick += new System.Windows.Forms.MouseEventHandler(this.notifyIcon1_MouseClick);
//