Numerical temperature gauge

Added function to replace the "GOOD", "OK", and "HIGH" temperature statuses with a numerical temperature gauge based on the highest temperature between the memory, CPU, and GPU by simply taping on the "Temp" gauge itself.
This commit is contained in:
FrogAi
2024-01-12 22:39:30 -07:00
parent 05780d0980
commit 7546fe114a
3 changed files with 21 additions and 3 deletions

View File

@@ -81,8 +81,10 @@ private:
bool isCPU;
bool isCustomTheme;
bool isFahrenheit;
bool isGPU;
bool isMemoryUsage;
bool isNumericalTemp;
bool isStorageLeft;
bool isStorageUsed;
int customColors;