Server/MainForm.cs
changeset 109 ff1ed5f07d7e
parent 108 7dd1d881c142
child 110 31e63bd07dfa
     1.1 --- a/Server/MainForm.cs	Thu Feb 05 22:28:27 2015 +0100
     1.2 +++ b/Server/MainForm.cs	Sat Feb 07 13:51:30 2015 +0100
     1.3 @@ -169,7 +169,8 @@
     1.4  
     1.5  #if DEBUG
     1.6  			//Testing icon in debug, no arm done if icon not supported
     1.7 -			iDisplay.SetIconRecording(0, 1);
     1.8 +			//iDisplay.SetIconStatus(Display.TMiniDisplayIconType.EMiniDisplayIconRecording, 0, 1);
     1.9 +			iDisplay.SetAllIconsStatus(1);
    1.10  #endif
    1.11  
    1.12  		}