disable info bar

This commit is contained in:
Léo Haf 2024-01-21 21:25:45 +01:00
parent b43eb97ca1
commit c90b7905c7
Signed by: Retropex
GPG Key ID: 0E37EBAB8574F005

View File

@ -32,9 +32,9 @@ export default {
noBlockFeed: false, noBlockFeed: false,
// Minimum delay in ms before newly recieved transactions enter the visualization // Minimum delay in ms before newly recieved transactions enter the visualization
txDelay: 3000, txDelay: 3000,
donationsEnabled: true, donationsEnabled: false,
// Enables the message bar // Enables the message bar
messagesEnabled: true, messagesEnabled: false,
// Delay in ms between message bar rotations // Delay in ms between message bar rotations
alertDuration: 20000, alertDuration: 20000,
} }