mirror of
https://github.com/ckaczor/WorkIndicator.git
synced 2026-01-13 17:23:18 -05:00
Workaround for Skype API events no longer working
This commit is contained in:
@@ -71,6 +71,9 @@ namespace WorkIndicator.Delcom
|
||||
|
||||
public void SetLights(LightState red, LightState yellow, LightState green)
|
||||
{
|
||||
if (_red == red && _yellow == yellow && _green == green)
|
||||
return;
|
||||
|
||||
int port1 = 0;
|
||||
|
||||
_red = red;
|
||||
|
||||
Reference in New Issue
Block a user