1
0
mirror of https://github.com/DarthAffe/RGB.NET.git synced 2025-12-13 10:08:31 +00:00

Merge pull request #153 from DarthAffe/SDK/Corsair

Reverted name change of the Pump-Device to prevent issues with existing layouts
This commit is contained in:
DarthAffe 2020-10-04 13:07:19 +02:00 committed by GitHub
commit 980eb72a0c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -112,7 +112,7 @@ namespace RGB.NET.Devices.Corsair
return "DAP Fan";
case CorsairChannelDeviceType.Pump:
return "AIO Pump";
return "Pump";
case CorsairChannelDeviceType.FanQL:
return "QL Fan";