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

state is undefined #43

Closed dittodhole closed 1 week ago

dittodhole commented 1 week ago

The if is missing out the case, when the service is solely defined in ~/.config/systemd/user/syncthing.service and not enabled, leading to state is undefined.

2nv2u commented 1 week ago

Thanks, missed that one