mirror of
https://github.com/DarthAffe/RGB.NET.git
synced 2026-01-01 10:13:36 +00:00
Compare commits
2 Commits
50e20a7bdd
...
a4bd797912
| Author | SHA1 | Date | |
|---|---|---|---|
| a4bd797912 | |||
|
|
b56a50ab08 |
@ -277,6 +277,9 @@ public class LogitechDeviceProvider : AbstractRGBDeviceProvider
|
|||||||
try { _LogitechGSDK.LogiLedRestoreLighting(); }
|
try { _LogitechGSDK.LogiLedRestoreLighting(); }
|
||||||
catch { /* at least we tried */ }
|
catch { /* at least we tried */ }
|
||||||
|
|
||||||
|
try { _LogitechGSDK.LogiLedShutdown(); }
|
||||||
|
catch { /* at least we tried */ }
|
||||||
|
|
||||||
try { _LogitechGSDK.UnloadLogitechGSDK(); }
|
try { _LogitechGSDK.UnloadLogitechGSDK(); }
|
||||||
catch { /* at least we tried */ }
|
catch { /* at least we tried */ }
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user