From c90b7905c7651188b2000debb136014cb489d900 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?L=C3=A9o=20Haf?= Date: Sun, 21 Jan 2024 21:25:45 +0100 Subject: [PATCH] disable info bar --- client/src/config.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/client/src/config.js b/client/src/config.js index a89f3a3..ab96dfd 100644 --- a/client/src/config.js +++ b/client/src/config.js @@ -32,9 +32,9 @@ export default { noBlockFeed: false, // Minimum delay in ms before newly recieved transactions enter the visualization txDelay: 3000, - donationsEnabled: true, + donationsEnabled: false, // Enables the message bar - messagesEnabled: true, + messagesEnabled: false, // Delay in ms between message bar rotations alertDuration: 20000, }