Improve vroot indicator

pull/524/head
Arijit Basu 2 years ago
parent e3a5f3c044
commit eba9de5a44
No known key found for this signature in database
GPG Key ID: 0F8EF5258DC38077

@ -678,7 +678,7 @@ fn draw_table<B: Backend>(
.replace('\\', "\\\\")
.replace('\n', "\\n");
let vroot_indicator = if app.vroot.is_some() { "[v] " } else { "" };
let vroot_indicator = if app.vroot.is_some() { "vroot:" } else { "" };
let table = Table::new(rows)
.widths(&table_constraints)

Loading…
Cancel
Save