mirror of
https://github.com/ayufan/steam-deck-tools.git
synced 2026-01-24 17:30:27 +01:00
Fix FanControl broken context menu
This commit is contained in:
parent
464a45ce8a
commit
ce4261caea
3
FanControl/FanControlForm.Designer.cs
generated
3
FanControl/FanControlForm.Designer.cs
generated
|
|
@ -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,
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue