SyncthingTray icon indicating copy to clipboard operation
SyncthingTray copied to clipboard

Syncthing wrapper for Windows. Includes a small interface to configure start on boot and puts syncthing into tray instead of the console window.

Results 18 SyncthingTray issues
Sort by recently updated
recently updated
newest added

Hi, seeing alot has changed in the code since the last release, would it make sense to cut a new release? Or, please consider hooking up appveyor for automatic builds...

I've forked latest code and when running the app using F5, I get an error in SyncthingConfig.cs that ConfigPath is null in this code: ``` c# static SyncthingConfig() { Watcher...

Best syncthing addon by the way. But next to 'Start on boot' and 'Minimize on Start', there should be one for 'disable taskbar messages'. They are too many, when you...

Is it possible to set a parameter by starting synchthing? E.g. add an extra field in the gui, where I can put in "-home= c:\whatever\logs". Is there a workaround? Creating...

When Syncthing Tray is open, it stops my taskbar from autohiding in Win10.

Once or twice each week, Syncthingtray crashes. Interestingly, when it crashes on one computer, it crashes on the other computer on which it's installed on my LAN. I'm using SyncthingTray...

hi there! got fllowing while starting tray: Informationen über das Aufrufen von JIT-Debuggen anstelle dieses Dialogfelds finden Sie am Ende dieser Meldung. *************\* Ausnahmetext ************** System.Configuration.ConfigurationErrorsException: Das Konfigurationssystem konnte nicht...

Hi. This will be very useful if tray can work with syncthing-inotify (at least start it together with syncthing main exe). https://github.com/syncthing/syncthing-inotify/

1) Start SyncthingTray which runs Syncthing in background 2) Shutdown Syncthing via web interface 3) SyncthingTray crashes also happens after automatic Syncthing update

When I compiled the master branch (44b45e66363469c535e6b02ec73296a97ab9a427), this error happens on startup: ![](http://i.imgur.com/OgE8kbk.png) The problem seems to be in `SyncthingConfig.cs`, where the following line fails to handle the `null` case...