fixed login stats table vertical line format

This commit is contained in:
DastInDark
2022-09-28 22:09:28 +09:00
parent dc67fd3f05
commit 06c4e56842

View File

@@ -50,8 +50,7 @@ impl Timeline {
sammsges.push(format!("Last Timestamp: {}\n", self.stats.end_time));
let mut stats_tb = Table::new();
stats_tb.load_preset(UTF8_FULL).apply_modifier(UTF8_ROUND_CORNERS)
.set_style(TableComponent::VerticalLines, ' ');
stats_tb.load_preset(UTF8_FULL).apply_modifier(UTF8_ROUND_CORNERS);
stats_tb.set_header(vec!["Count", "Percent", "ID", "Event"]);