Compare commits

...

2 Commits

Author SHA1 Message Date
raven
41959d0962 remove not needed files 2023-01-12 20:13:57 -05:00
raven
3acc1fb5e3 more reasonable desc of the sidebar 2023-01-12 20:13:16 -05:00
2 changed files with 2 additions and 1 deletions

View File

@ -15,6 +15,7 @@
"dependencies": { "dependencies": {
"b4a": "^1.6.1", "b4a": "^1.6.1",
"blessed": "^0.1.81", "blessed": "^0.1.81",
"circular-json": "^0.5.9",
"graceful-goodbye": "^1.2.0", "graceful-goodbye": "^1.2.0",
"hypercore-crypto": "^3.3.0", "hypercore-crypto": "^3.3.0",
"hyperswarm": "^4.3.5", "hyperswarm": "^4.3.5",

View File

@ -119,7 +119,7 @@ const sidebarBox = blessed.box({
} }
}); });
sidebarBox.setLabel("Connected Peers: (Currently None)") sidebarBox.setLabel("Peers since connection: 0")
const originalLog = console.log; const originalLog = console.log;