From 8eb923a70325755e83d9d1494dd9b4898f04aa8b Mon Sep 17 00:00:00 2001 From: Serge <5920850+seerge@users.noreply.github.com> Date: Tue, 30 May 2023 22:43:42 +0200 Subject: [PATCH] PPT labels --- app/Fans.cs | 4 ++-- app/GHelper.csproj | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/app/Fans.cs b/app/Fans.cs index 817052a2..49a58276 100644 --- a/app/Fans.cs +++ b/app/Fans.cs @@ -429,8 +429,8 @@ namespace GHelper } else { - labelLeftA0.Text = "CPU Slow"; - labelLeftC1.Text = "CPU Fast"; + labelLeftA0.Text = "CPU Slow (SPL + sPPT)"; + labelLeftC1.Text = "CPU Fast (fPPT)"; } int limit_total; diff --git a/app/GHelper.csproj b/app/GHelper.csproj index 2f159466..d7caeaae 100644 --- a/app/GHelper.csproj +++ b/app/GHelper.csproj @@ -16,7 +16,7 @@ AnyCPU False True - 0.72 + 0.73