Fix FanControl broken context menu

This commit is contained in:
Kamil Trzciński 2022-11-26 11:09:58 +01:00
parent 464a45ce8a
commit ce4261caea
2 changed files with 2 additions and 2 deletions

View file

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

View file

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