diff options
| author | ComputeLinux <[email protected]> | 2016-07-22 20:41:18 -0700 |
|---|---|---|
| committer | ComputeLinux <[email protected]> | 2016-07-22 20:41:18 -0700 |
| commit | 73b3953903d4522dbe0ce8eb61c1a9173e98bd8f (patch) | |
| tree | fb5c0fbf7ac04dca164b01555d2c3a7b612f852f /source/WindowsFormsApplication1/Hacking/HijackScreen.cs | |
| parent | 4dfa203fd5de642df4277d01c0eb7ec968233274 (diff) | |
| download | shiftos-c--73b3953903d4522dbe0ce8eb61c1a9173e98bd8f.tar.gz shiftos-c--73b3953903d4522dbe0ce8eb61c1a9173e98bd8f.tar.bz2 shiftos-c--73b3953903d4522dbe0ce8eb61c1a9173e98bd8f.zip | |
Beeping is really annoying. Let's get rid of it.
Diffstat (limited to 'source/WindowsFormsApplication1/Hacking/HijackScreen.cs')
| -rw-r--r-- | source/WindowsFormsApplication1/Hacking/HijackScreen.cs | 2 |
1 files changed, 1 insertions, 1 deletions
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; } |
