From 6640bfaee83af30718658574895f39d87d2edb8f Mon Sep 17 00:00:00 2001 From: dymik739 Date: Wed, 28 Aug 2024 18:38:37 +0300 Subject: [PATCH] troll-spelling-corrector: disable module on boot --- modules/troll-spelling-corrector/meta.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/troll-spelling-corrector/meta.json b/modules/troll-spelling-corrector/meta.json index c0ca195..5b19142 100644 --- a/modules/troll-spelling-corrector/meta.json +++ b/modules/troll-spelling-corrector/meta.json @@ -1,5 +1,5 @@ { - "start_on_boot": true, + "start_on_boot": false, "alias": "troll-spelling-corrector", "version": 2, "index_file": "index.py"