Update wait.py
frdel committed
Nov 18, 2025 at 10:51 UTC
1443d997133913fec84596a451845d775f18ad8d
1 file changed
+1
-1
python/tools/wait.py
+1
-1
@@ -86,4 +86,4 @@ class WaitTool(Tool):
86
done_icon = " icon://done_all" if done else ""
87
if not text:
88
text = f"Waiting..."
89
- return f"icon://timer wait: {text}{done_icon}"
89
+ return f"icon://timer Wait: {text}{done_icon}"