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

Merge pull request #372 from DarthAffe/SmallFixes

Small fixes
This commit is contained in:
DarthAffe 2024-01-18 20:39:42 +01:00 committed by GitHub
commit 657bca29b0
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 8 additions and 0 deletions

View File

@ -99,5 +99,12 @@ public sealed class E131UpdateQueue : UpdateQueue
return _sequenceNumber++;
}
public override void Dispose()
{
base.Dispose();
_socket.Dispose();
}
#endregion
}

View File

@ -318,6 +318,7 @@ public static class LedMappings
/// <summary>
/// Gets the mapping for GE78HX keyboards.
/// </summary>
// ReSharper disable once InconsistentNaming
public static LedMapping<SteelSeriesLedId> KeyboardMSIGE78Mapping { get; } = new()
{
{ LedId.Keyboard_Escape, SteelSeriesLedId.Escape },