Time elapsed/remaining is hidden by default

This commit is contained in:
Pranav Srinivas Kumar
2019-12-17 09:43:53 -06:00
parent 78b7abcfbd
commit aa5dffa4e2
9 changed files with 6 additions and 32 deletions

View File

@@ -11,8 +11,6 @@ int main() {
bar.fill_bar_remainder_with("-");
bar.end_bar_with("]");
bar.set_foreground_color(indicators::Color::YELLOW);
bar.hide_elapsed_time();
bar.hide_remaining_time();
// As configured, the bar will look like this:
//