Skip to content

Commit

Permalink
disabled sound notification on console_app
Browse files Browse the repository at this point in the history
  • Loading branch information
seuffert committed Mar 17, 2011
1 parent 9cce116 commit 672aa95
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions XBSlink/CommandLine.cs
Expand Up @@ -44,6 +44,7 @@ public xbs_console_app(xbs_settings settings, String[] args)


default_color_text = Console.ForegroundColor; default_color_text = Console.ForegroundColor;
default_color_background = Console.BackgroundColor; default_color_background = Console.BackgroundColor;
xbs_chat.notify_on_incoming_message = false;


if (!loadCaptureDeviceList()) if (!loadCaptureDeviceList())
{ {
Expand Down

0 comments on commit 672aa95

Please sign in to comment.