2nv2u / gnome-shell-extension-syncthing-indicator

Put an indicator on the panel signalling the Syncthing daemon status using SystemD
https://extensions.gnome.org/extension/1070/syncthing-indicator/
GNU General Public License v3.0
59 stars 10 forks source link

append to error fix #45

Closed StorageB closed 1 week ago

StorageB commented 1 week ago

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(); and this._workingIcon.play(); lines do exactly, but ignoring them seems to be required for this fix to work.

2nv2u commented 1 week ago

Thanks, just saw your fix, but I already fixed it myself!