@@ -51,7 +51,7 @@ int main() {
bar.append_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(500));
}
};
The note is not visible to the blocked user.