Hide GPU fans from UI if they don't exist in system

This commit is contained in:
Serge
2023-05-24 23:47:08 +02:00
parent e765b4f037
commit f36fb6ca55
3 changed files with 12 additions and 7 deletions

View File

@@ -255,7 +255,7 @@ namespace GHelper
//
sliderBattery.Location = new Point(16, 70);
sliderBattery.Max = 100;
sliderBattery.Min = 50;
sliderBattery.Min = 40;
sliderBattery.Name = "sliderBattery";
sliderBattery.Size = new Size(772, 40);
sliderBattery.TabIndex = 39;