From 1a6db0c8c3910501a82f0e34f8bf3b45a5565163 Mon Sep 17 00:00:00 2001 From: Michael Loukeris Date: Thu, 17 Oct 2024 23:09:23 +0300 Subject: [PATCH] Add threads key to config.json --- config.json | 1 + 1 file changed, 1 insertion(+) diff --git a/config.json b/config.json index 342f574..28655fb 100644 --- a/config.json +++ b/config.json @@ -2,6 +2,7 @@ "roms": "/mnt/sdcard/ROMS", "logos": "assets/logos", "log_level": "info", + "threads": 1, "colors": { "primary": "#bb7200", "primary_dark": "#7f4f00",