Hi,
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=-
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=-