Skip to content

Commit

Permalink
Keep previously selected fan profile if EC-to-config has to add one
Browse files Browse the repository at this point in the history
  • Loading branch information
Sparronator9999 committed Jan 7, 2025
1 parent 9fe1ec1 commit 40a3d74
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions YAMDCC.Service/FanControlService.cs
Original file line number Diff line number Diff line change
Expand Up @@ -760,6 +760,7 @@ private bool ECToConf()
List<FanCurveConf> curveCfgList = [.. cfg.FanCurveConfs];
curveCfgList.Insert(0, curveCfg);
cfg.FanCurveConfs = [.. curveCfgList];
cfg.CurveSel++;
}

// reset first fan curve config name and description
Expand Down

0 comments on commit 40a3d74

Please sign in to comment.