diff --git a/RGBSync+/Helper/RGBNetExtension.cs b/RGBSync+/Helper/RGBNetExtension.cs index 1a5ea8c..bd710f5 100644 --- a/RGBSync+/Helper/RGBNetExtension.cs +++ b/RGBSync+/Helper/RGBNetExtension.cs @@ -7,7 +7,7 @@ namespace RGBSyncPlus.Helper { public static class RGBNetExtension { - public static string GetDeviceName(this IRGBDevice device) => $"{device.DeviceInfo.Manufacturer} {device.DeviceInfo.Model} ({device.DeviceInfo.DeviceType})"; + public static string GetDeviceName(this IRGBDevice device) => $"{device.DeviceInfo.DeviceName} ({device.DeviceInfo.DeviceType})"; public static IEnumerable GetLeds(this IEnumerable syncLeds) => syncLeds.Select(GetLed).Where(led => led != null); diff --git a/RGBSync+/RGBSync+.csproj b/RGBSync+/RGBSync+.csproj index cd0a256..cb3716a 100644 --- a/RGBSync+/RGBSync+.csproj +++ b/RGBSync+/RGBSync+.csproj @@ -202,16 +202,16 @@ 11.0.2 - 0.0.1.61 + 0.0.1.62 - 0.0.1.61 + 0.0.1.62 - 0.0.1.61 + 0.0.1.62 - 0.0.1.61 + 0.0.1.62 4.5.0