You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I wonder if you could consider this addition. Whilst there is a s.FinalMsg = , it might be nice to also have an s.Okay = , so that on call to s.Stop(), the final spin 'glyph' is replaced by another 'glyph', e.g.,
s.Okay = "✅"
s.Start()
s.Stop()
Doing something...⠧
then finally, it's done and s.Stop() is called...
Doing something...✅
-=david=-
The text was updated successfully, but these errors were encountered:
dharrigan
changed the title
Consider adding an s.Ok = to replace the final glyph with another glyph on s.Stop()
Consider adding an s.Okay = to replace the final glyph with another glyph on s.Stop()Aug 28, 2024
Hi,
I wonder if you could consider this addition. Whilst there is a
s.FinalMsg =
, it might be nice to also have ans.Okay =
, so that on call tos.Stop()
, the final spin 'glyph' is replaced by another 'glyph', e.g.,Doing something...⠧
then finally, it's done and
s.Stop()
is called...Doing something...✅
-=david=-
The text was updated successfully, but these errors were encountered: