@@ -174,7 +174,7 @@ int main() {
bar.set_postfix_text(status_text[index % status_text.size()]);
bar.tick();
index += 1;
std::this_thread::sleep_for(std::chrono::milliseconds(2000));
std::this_thread::sleep_for(std::chrono::milliseconds(200));
}
};
The note is not visible to the blocked user.