Fix small bug with FanControlForm having wrong checked images buttons on context

This commit is contained in:
Kamil Trzciński 2022-11-27 09:34:55 +01:00
parent fc50d9d93f
commit 9b172f7da6

View file

@ -141,7 +141,6 @@ namespace FanControl
//
// menuStrip1
//
this.menuStrip1.ImageScalingSize = new System.Drawing.Size(32, 32);
this.menuStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
this.fanModeSelectMenu,
this.controlToolStripMenuItem});