Instead of showing an animation, this will just display the new icon.
I'm sure there is a better solution, but this is working for me (feel free to edit or ignore this if there's a better workaround). I'm not sure what the recently added this._workingIcon.stop(); and this._workingIcon.play(); lines do exactly, but ignoring them seems to be required for this fix to work.
Issue: https://github.com/2nv2u/gnome-shell-extension-syncthing-indicator/issues/39
Instead of showing an animation, this will just display the new icon.
I'm sure there is a better solution, but this is working for me (feel free to edit or ignore this if there's a better workaround). I'm not sure what the recently added
this._workingIcon.stop();
andthis._workingIcon.play();
lines do exactly, but ignoring them seems to be required for this fix to work.