mirror of
https://github.com/DarthAffe/RGB.NET.git
synced 2025-12-13 10:08:31 +00:00
Compare commits
2 Commits
50e20a7bdd
...
a4bd797912
| Author | SHA1 | Date | |
|---|---|---|---|
| a4bd797912 | |||
|
|
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