mirror of
https://github.com/DarthAffe/RGB.NET.git
synced 2025-12-12 17:48:31 +00:00
call shutdown on Logitech provider dispose
This commit is contained in:
parent
50e20a7bdd
commit
b56a50ab08
@ -277,6 +277,9 @@ public class LogitechDeviceProvider : AbstractRGBDeviceProvider
|
||||
try { _LogitechGSDK.LogiLedRestoreLighting(); }
|
||||
catch { /* at least we tried */ }
|
||||
|
||||
try { _LogitechGSDK.LogiLedShutdown(); }
|
||||
catch { /* at least we tried */ }
|
||||
|
||||
try { _LogitechGSDK.UnloadLogitechGSDK(); }
|
||||
catch { /* at least we tried */ }
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user