Server/MainForm.cs
changeset 182 bf8a2fcac0d2
parent 180 3500fe1ad785
child 183 e9a5dc5092fd
     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