From af803d109eb4ccc1f28a5e7ab90d7dda4fd84ea2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Th=C3=A9ophile=20Clet?= Date: Fri, 29 Nov 2024 16:58:23 +0100 Subject: [PATCH] autowatch --- code/tc.preset.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/tc.preset.js b/code/tc.preset.js index 76acce6..d99d45c 100644 --- a/code/tc.preset.js +++ b/code/tc.preset.js @@ -19,7 +19,7 @@ You should have received a copy of the GNU General Public License along with this program. If not, see . */ -autowatch = 1; +autowatch = 0; // When developping, autowatch = 1 isn't enough. You also need to manually call the loadbang function, and then re-binding the pattrstorage. // A "loadbang, pattrstorage test" message does the trick.