Skip to content

Commit

Permalink
Custom Fan ayarlandıysa + ile gösterilecek.
Browse files Browse the repository at this point in the history
  • Loading branch information
HamzaYslmn committed Mar 25, 2023
1 parent f40ea0d commit 90b939d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion app/Settings.Designer.cs

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions app/Settings.cs
Original file line number Diff line number Diff line change
Expand Up @@ -909,11 +909,11 @@ public void AutoFansAndPower()
if (Program.config.getConfig("mid_fan") == 1)
Program.wmi.SetFanCurve(2, Program.config.getFanConfig(2));

labelPerf.Text = "Performance Mode+";
labelPerf.Text = "Performans Modu+";

} else
{
labelPerf.Text = "Performance Mode";
labelPerf.Text = "Performans Modu";
}

if (Program.config.getConfigPerf("auto_apply_power") == 1)
Expand Down

0 comments on commit 90b939d

Please sign in to comment.