mirror of
https://github.com/p-ranav/indicators.git
synced 2025-12-15 03:38:53 +08:00
Time elapsed/remaining is hidden by default
This commit is contained in:
@@ -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:
|
||||
//
|
||||
|
||||
Reference in New Issue
Block a user