Skip to content

Commit 6773d58

Browse files
committed
Tooltip for Stop/Start NVIDIA services checkbox
1 parent 1d38477 commit 6773d58

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

app/Extra.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -478,6 +478,7 @@ public Extra()
478478
checkPerKeyRGB.CheckedChanged += CheckPerKeyRGB_CheckedChanged;
479479

480480
toolTip.SetToolTip(checkAutoToggleClamshellMode, "Disable sleep on lid close when plugged in and external monitor is connected");
481+
toolTip.SetToolTip(checkNVPlatform, "Stops NVIDIA services when the discrete GPU is disabled\nand restarts them automatically when the GPU is enabled");
481482

482483
InitCores();
483484
InitServices();

0 commit comments

Comments
 (0)