Check whether autotdp is available at all.

This commit is contained in:
IceStormNG
2024-03-02 13:16:08 +01:00
parent 2e9a34d8f5
commit 082c7036f5
2 changed files with 27 additions and 1 deletions

View File

@@ -453,6 +453,8 @@ namespace GHelper
Task.Run((Action)RefreshPeripheralsBattery);
updateControl.CheckForUpdates();
tableAdditionalGPUFeature.Visible = AutoTDPService.IsAvailable();
}
}