Skip to content

Commit

Permalink
Logitech (RGB.NET) is the default now instead of Logitech
Browse files Browse the repository at this point in the history
  • Loading branch information
Aytackydln committed Oct 11, 2023
1 parent 2d73505 commit 83640a4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Project-Aurora/Project-Aurora/Settings/Configuration.cs
Original file line number Diff line number Diff line change
Expand Up @@ -665,7 +665,7 @@ public class Configuration : INotifyPropertyChanged
{
typeof(AsusDevice),
typeof(CorsairRgbNetDevice),
typeof(LogitechDevice),
typeof(LogitechRgbNetDevice),
typeof(OpenRgbNetDevice),
};

Expand All @@ -674,7 +674,7 @@ private void EnabledDevicesListMigration()
EnabledDevices ??= MigrateEnabledDevices();
PrioritizeDevice(typeof(OpenRgbNetDevice), typeof(OpenRgbAuroraDevice));
PrioritizeDevice(typeof(SteelSeriesRgbNetDevice), typeof(SteelSeriesDevice));
PrioritizeDevice(typeof(LogitechDevice), typeof(LogitechRgbNetDevice));
PrioritizeDevice(typeof(LogitechRgbNetDevice), typeof(LogitechDevice));
}

private void PrioritizeDevice(Type primary, Type secondary)
Expand Down

0 comments on commit 83640a4

Please sign in to comment.