mirror of
https://github.com/jkocon/g-helper.git
synced 2026-02-23 13:00:52 +01:00
Hide unsupported power limtis https://github.com/seerge/g-helper/discussions/3215
This commit is contained in:
@@ -927,7 +927,7 @@ namespace GHelper
|
||||
{
|
||||
panelSlow.Visible = modeA;
|
||||
|
||||
if (RyzenControl.IsAMD())
|
||||
if (RyzenControl.IsSupportedPower())
|
||||
{
|
||||
labelLeftTotal.Text = "SPL (CPU sustained)";
|
||||
labelLeftSlow.Text = "sPPT (CPU 2 min boost)";
|
||||
|
||||
Reference in New Issue
Block a user