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

Reverted name change of the Pump-Device to prevent issues with existing layouts

This commit is contained in:
Darth Affe 2020-10-04 13:04:49 +02:00
parent df52f6703c
commit e86cc84b58

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";