From 85cd198324ce425bf492544a5b4c7f30c33a7445 Mon Sep 17 00:00:00 2001 From: edbgon Date: Fri, 16 Jul 2021 13:46:45 +0200 Subject: [PATCH] Fix for profile loading Steelseries Apex --- .../SteelSeriesController/RGBController_SteelSeriesApex.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Controllers/SteelSeriesController/RGBController_SteelSeriesApex.cpp b/Controllers/SteelSeriesController/RGBController_SteelSeriesApex.cpp index 4e5c3c4eb..91e53668f 100644 --- a/Controllers/SteelSeriesController/RGBController_SteelSeriesApex.cpp +++ b/Controllers/SteelSeriesController/RGBController_SteelSeriesApex.cpp @@ -262,8 +262,8 @@ RGBController_SteelSeriesApex::RGBController_SteelSeriesApex(SteelSeriesApexBase type = DEVICE_TYPE_KEYBOARD; description = "SteelSeries Apex RGB Device"; location = steelseries->GetDeviceLocation(); - serial = steelseries->GetSerialString(); - + serial = ""; + proto_type = steelseries->proto_type; mode Direct;