Skip to content

Commit

Permalink
Fix duplicate performance modes in config app
Browse files Browse the repository at this point in the history
  • Loading branch information
Sparronator9999 committed Sep 7, 2024
1 parent 1103478 commit 02ffb4f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions YAMDCC.GUI/MainWindow.cs
Original file line number Diff line number Diff line change
Expand Up @@ -668,6 +668,7 @@ private void LoadConf(string configPath)
numChgLim.Maximum = Math.Abs(cfg.MaxVal - cfg.MinVal);
}

cboPerfMode.Items.Clear();
if (Config.PerfModeConf is null)
{
ttMain.SetToolTip(cboPerfMode, Strings.GetString("ttNotSupported"));
Expand Down

0 comments on commit 02ffb4f

Please sign in to comment.