REC icon now in sync with recording fields.
Published v0.8.1.0.
1.1 --- a/Server/MainForm.cs Thu Jan 21 20:32:51 2016 +0100
1.2 +++ b/Server/MainForm.cs Thu Jan 21 23:01:53 2016 +0100
1.3 @@ -457,7 +457,7 @@
1.4 }
1.5 }
1.6
1.7 - //Take care our our mute icon
1.8 + //Take care of our mute icon
1.9 iDisplay.SetIconOnOff(MiniDisplay.IconType.Mute, iMultiMediaDevice.AudioEndpointVolume.Mute);
1.10 }
1.11
1.12 @@ -1783,7 +1783,9 @@
1.13 {
1.14 iRecordingNotification.Text = text;
1.15 iRecordingNotification.Visible = activeRecording;
1.16 -
1.17 + //Assuming the notification icon is in sync with our display icon
1.18 + //Take care of our REC icon
1.19 + iDisplay.SetIconOnOff(MiniDisplay.IconType.Recording, activeRecording);
1.20 }
1.21 }
1.22
2.1 --- a/Server/SharpDisplayManager.csproj Thu Jan 21 20:32:51 2016 +0100
2.2 +++ b/Server/SharpDisplayManager.csproj Thu Jan 21 23:01:53 2016 +0100
2.3 @@ -34,7 +34,7 @@
2.4 <WebPage>index.htm</WebPage>
2.5 <OpenBrowserOnPublish>false</OpenBrowserOnPublish>
2.6 <ApplicationRevision>0</ApplicationRevision>
2.7 - <ApplicationVersion>0.8.0.0</ApplicationVersion>
2.8 + <ApplicationVersion>0.8.1.0</ApplicationVersion>
2.9 <UseApplicationTrust>false</UseApplicationTrust>
2.10 <CreateDesktopShortcut>true</CreateDesktopShortcut>
2.11 <PublishWizardCompleted>true</PublishWizardCompleted>