From 965de069df7d3c6befe381e05b61e11d61245e2e Mon Sep 17 00:00:00 2001 From: LeonBein Date: Mon, 2 Nov 2020 09:40:02 +0100 Subject: [PATCH] [SWA21] Add stopreverb #10 --- SwaImageConfiguration.st | 2 ++ 1 file changed, 2 insertions(+) diff --git a/SwaImageConfiguration.st b/SwaImageConfiguration.st index 0f2b77f..973050f 100644 --- a/SwaImageConfiguration.st +++ b/SwaImageConfiguration.st @@ -96,6 +96,8 @@ Preferences disable: #alternativeBrowseIt. SystemBrowser default: Browser. TextEditor autoEnclose: false. TextEditor destructiveBackWord: true. + +SoundPlayer stopReverb. "-=-=-=-=-="