Martchus / syncthingtray

Tray application and Dolphin/Plasma integration for Syncthing
https://martchus.github.io/syncthingtray/
Other
1.68k stars 44 forks source link

Fix build with systemd disabled #101

Closed swills closed 3 years ago

swills commented 3 years ago

Build with systemd disabled fails because systemdConsideredForReconnect is not defined. I think it was just a typo here, so fix that.

Martchus commented 3 years ago

Thanks. I only test without systemd when building for Windows (where I don't have the Plasmoid enabled).

swills commented 3 years ago

Thanks. I only test without systemd when building for Windows (where I don't have the Plasmoid enabled).

Thanks for the merge. Might be worth considering having a build test with systemd disabled with the plasmoid enabled.