diff --git a/FanControl/FanControlForm.Designer.cs b/FanControl/FanControlForm.Designer.cs index 2c32ba7..72fb8a1 100644 --- a/FanControl/FanControlForm.Designer.cs +++ b/FanControl/FanControlForm.Designer.cs @@ -1,4 +1,4 @@ -namespace FanControl +namespace FanControl { partial class FanControlForm { @@ -77,7 +77,6 @@ // // contextMenu // - this.contextMenu.ImageScalingSize = new System.Drawing.Size(32, 32); this.contextMenu.Items.AddRange(new System.Windows.Forms.ToolStripItem[] { this.toolStripMenuItem2, this.toolStripSeparator3, diff --git a/RELEASE.md b/RELEASE.md index 691f435..bc3871c 100644 --- a/RELEASE.md +++ b/RELEASE.md @@ -1,6 +1,7 @@ ## 0.5.x - Introduce SteamController that provides 3 main modes of operation Desktop, X360 and Steam +- Fix `FanControl` broken context menu ## 0.4.x