ncspot
ncspot copied to clipboard
add minimal formatting to `format!("Library of {}", name)`
this is really nitpicky but is it possible to implement as an option minimal formatting of the header on the library screen? Every screen is just a single word until the library screen which has that header format format!("Library of {}", name). In my opinion it's not even necessary information, but regardless of that, I'd love to just have it display simply Library again if possible to just be cohesive with the rest of the screens.