Single Color detection

This commit is contained in:
Serge
2023-08-11 12:51:03 +02:00
parent 3efb2e0db9
commit cf33b0cc52
4 changed files with 18 additions and 11 deletions

View File

@@ -131,8 +131,7 @@ namespace GHelper.Gpu
if (eco == 1)
{
/*
if (NvidiaSmi.GetDisplayActiveStatus())
{
DialogResult dialogResult = MessageBox.Show(Properties.Strings.EnableOptimusText, Properties.Strings.EnableOptimusTitle, MessageBoxButtons.YesNo);
@@ -142,7 +141,7 @@ namespace GHelper.Gpu
return;
}
}
*/
HardwareControl.KillGPUApps();
}