From 86e9bb293bf8235529ba6461b9b96126bb61b3d1 Mon Sep 17 00:00:00 2001 From: Robert Beekman Date: Sun, 10 Nov 2019 12:55:49 +0100 Subject: [PATCH] Fix per key device loading --- RGB.NET.Devices.Logitech/LogitechDeviceProvider.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/RGB.NET.Devices.Logitech/LogitechDeviceProvider.cs b/RGB.NET.Devices.Logitech/LogitechDeviceProvider.cs index a9d08f1..991fc01 100644 --- a/RGB.NET.Devices.Logitech/LogitechDeviceProvider.cs +++ b/RGB.NET.Devices.Logitech/LogitechDeviceProvider.cs @@ -114,7 +114,7 @@ namespace RGB.NET.Devices.Logitech try { - if (DeviceChecker.IsPerDeviceDeviceConnected) + if (DeviceChecker.IsPerKeyDeviceConnected) { (string model, RGBDeviceType deviceType, int _, int _, string imageLayout, string layoutPath) = DeviceChecker.PerKeyDeviceData; if (loadFilter.HasFlag(deviceType)) //TODO DarthAffe 07.12.2017: Check if it's worth to try another device if the one returned doesn't match the filter