mirror of
https://github.com/jkocon/g-helper.git
synced 2026-02-23 13:00:52 +01:00
Hide UV warning
This commit is contained in:
@@ -287,7 +287,10 @@ namespace GHelper
|
|||||||
{
|
{
|
||||||
if (!RyzenControl.IsSupportedUV())
|
if (!RyzenControl.IsSupportedUV())
|
||||||
{
|
{
|
||||||
panelUV.Visible = panelUViGPU.Visible = false;
|
panelTitleAdvanced.Visible = false;
|
||||||
|
labelRisky.Visible = false;
|
||||||
|
panelUV.Visible = false;
|
||||||
|
panelUViGPU.Visible = false;
|
||||||
}
|
}
|
||||||
|
|
||||||
if (!RyzenControl.IsSupportedUV())
|
if (!RyzenControl.IsSupportedUV())
|
||||||
|
|||||||
Reference in New Issue
Block a user