mirror of
https://github.com/p-ranav/indicators.git
synced 2025-12-12 09:38:52 +08:00
Time elapsed/remaining is hidden by default
This commit is contained in:
@@ -11,8 +11,6 @@ int main() {
|
||||
spinner.set_postfix_text("Checking credentials");
|
||||
spinner.set_foreground_color(indicators::Color::YELLOW);
|
||||
spinner.set_spinner_states({"⠈", "⠐", "⠠", "⢀", "⡀", "⠄", "⠂", "⠁"});
|
||||
spinner.hide_elapsed_time();
|
||||
spinner.hide_remaining_time();
|
||||
|
||||
// Update spinner state
|
||||
auto job = [&spinner]() {
|
||||
|
||||
Reference in New Issue
Block a user