mirror of
https://github.com/Retropex/bitfeed.git
synced 2025-05-12 19:20:46 +02:00
disable info bar
This commit is contained in:
parent
b43eb97ca1
commit
c90b7905c7
@ -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,
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user