From 39387041fe907f7f0061068d4b9e4dfa69b99617 Mon Sep 17 00:00:00 2001 From: Serge <5920850+seerge@users.noreply.github.com> Date: Wed, 31 May 2023 17:41:24 +0200 Subject: [PATCH] UI fixes --- app/Fans.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/Fans.cs b/app/Fans.cs index 49a58276..a5ca4cd4 100644 --- a/app/Fans.cs +++ b/app/Fans.cs @@ -417,7 +417,6 @@ namespace GHelper powerVisible = panelPower.Visible = modeA0; panelB0.Visible = modeB0; - panelC1.Visible = modeC1; // All AMD version has B0 but doesn't have C0 (Nvidia GPU) settings @@ -431,6 +430,7 @@ namespace GHelper { labelLeftA0.Text = "CPU Slow (SPL + sPPT)"; labelLeftC1.Text = "CPU Fast (fPPT)"; + panelC1.Visible = modeC1; } int limit_total;