Skip to content

Commit

Permalink
adding progress bar back to recording
Browse files Browse the repository at this point in the history
  • Loading branch information
patriciogonzalezvivo committed Oct 13, 2023
1 parent 73bc3e7 commit f1f13b0
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1584,8 +1584,7 @@ void commandsInit() {
pct = getRecordingPercentage();
commandsMutex.unlock();

// console_draw_pct(pct);

console_draw_pct(pct);
std::this_thread::sleep_for(std::chrono::milliseconds( vera::getRestMs() ));
}
}
Expand Down

0 comments on commit f1f13b0

Please sign in to comment.