Closed perez987 closed 4 months ago
yeah I'm not sure why this is. I'll have to look into why this is randomly happening and perhaps add some code to strip empty lines.
@0xCUB3 Thank you!
Sorry for the delay. The issue is fixed in the latest commit:
Good morning, displays tooltip breaks the appearance of the rest of tooltips. They all have consecutive lines of info but tooltip displays have blank lines between the lines of info. I suppose that
!$0.isEmpty
should remove the extra lines (I'm not sure if this is their purpose):.prefix { !$0.isEmpty && !$0.hasPrefix("Memory") }
Can it be set to look as the rest of tooltips?E.g. displays tooltip:
E.g. other tooltips:
Thanks for your work.