From 73b3953903d4522dbe0ce8eb61c1a9173e98bd8f Mon Sep 17 00:00:00 2001 From: ComputeLinux Date: Fri, 22 Jul 2016 20:41:18 -0700 Subject: Beeping is really annoying. Let's get rid of it. --- source/WindowsFormsApplication1/Hacking/HijackScreen.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source/WindowsFormsApplication1/Hacking') diff --git a/source/WindowsFormsApplication1/Hacking/HijackScreen.cs b/source/WindowsFormsApplication1/Hacking/HijackScreen.cs index e234514..02462ad 100644 --- a/source/WindowsFormsApplication1/Hacking/HijackScreen.cs +++ b/source/WindowsFormsApplication1/Hacking/HijackScreen.cs @@ -89,7 +89,7 @@ namespace ShiftOS rtext = rtext + gtexttotype.Substring(currentletter, 1); currentletter = currentletter + 1; textgeninput.Text = rtext; - API.PlaySound(Properties.Resources.typesound); + //API.PlaySound(Properties.Resources.typesound); } break; } -- cgit v1.2.3