File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -85,7 +85,7 @@ public interface ISonarCommandHandler
8585 void SetStreamRedirectionDevice ( string deviceId , Device device = Device . Mic ) ;
8686
8787 /// <summary>
88- /// Mute or unmute the Redirection of the chosen Sonar <see cref="Channel"/> of the chosen Sonar <see cref="Device"/>
88+ /// Enable or disable the Redirection of the chosen Sonar <see cref="Channel"/> of the chosen Sonar <see cref="Device"/>
8989 /// </summary>
9090 /// <param name="newState">The new state of the Redirection</param>
9191 /// <param name="device">The Sonar <see cref="Device"/> you want to un/mute a Sonar redirection channel</param>
Original file line number Diff line number Diff line change @@ -138,7 +138,7 @@ private EventArgs PathResolver(string path)
138138 break ;
139139 }
140140 break ;
141- case "config " :
141+ case "configs " :
142142 if ( ! ( subs . Length < 3 ) )
143143 {
144144 eventArgs = new SonarConfigEvent ( ) { ConfigId = subs [ 2 ] } ;
Original file line number Diff line number Diff line change @@ -42,7 +42,7 @@ public bool[] GetMetaDatas()
4242 {
4343 if ( ! _ssRetriever . Running )
4444 {
45- throw new Exception ( "SteelSeries not running" ) ;
45+ throw new Exception ( "SteelSeries Sonar is not running. " ) ;
4646 }
4747
4848 try
You can’t perform that action at this time.
0 commit comments