# HG changeset patch # User Stephane Lenclud # Date 1453413713 -3600 # Node ID bf8a2fcac0d213a3b11e4347d060dc799c356029 # Parent 503b711d5e8cb6b88d375530aae395df555f70d5 REC icon now in sync with recording fields. Published v0.8.1.0. diff -r 503b711d5e8c -r bf8a2fcac0d2 Server/MainForm.cs --- a/Server/MainForm.cs Thu Jan 21 20:32:51 2016 +0100 +++ b/Server/MainForm.cs Thu Jan 21 23:01:53 2016 +0100 @@ -457,7 +457,7 @@ } } - //Take care our our mute icon + //Take care of our mute icon iDisplay.SetIconOnOff(MiniDisplay.IconType.Mute, iMultiMediaDevice.AudioEndpointVolume.Mute); } @@ -1783,7 +1783,9 @@ { iRecordingNotification.Text = text; iRecordingNotification.Visible = activeRecording; - + //Assuming the notification icon is in sync with our display icon + //Take care of our REC icon + iDisplay.SetIconOnOff(MiniDisplay.IconType.Recording, activeRecording); } } diff -r 503b711d5e8c -r bf8a2fcac0d2 Server/SharpDisplayManager.csproj --- a/Server/SharpDisplayManager.csproj Thu Jan 21 20:32:51 2016 +0100 +++ b/Server/SharpDisplayManager.csproj Thu Jan 21 23:01:53 2016 +0100 @@ -34,7 +34,7 @@ index.htm false 0 - 0.8.0.0 + 0.8.1.0 false true true