mirror of
https://github.com/vishalxl/nostr_console.git
synced 2025-11-30 07:47:31 +01:00
improved display a bit
reduced print call by 1 to speed up printing on screen. reduced depths allowed.
This commit is contained in:
@@ -316,6 +316,7 @@ class EventData {
|
||||
|
||||
String strToPrint = "";
|
||||
if(!topPost) {
|
||||
strToPrint += "\n";
|
||||
strToPrint += getDepthSpaces(depth);
|
||||
strToPrint += " "; // in place of block for top posts
|
||||
} else {
|
||||
|
||||
Reference in New Issue
Block a user