Disable Autostart browser doesn't work
Opened this issue · 6 comments
Even if I deselect autostart browser at the next start of SyncthingTray the option will be selected and the browser will be opened.
As workaround I manually added in the conf file:
<setting name="startBrowser" serializeAs="String">
<value>False</value>
</setting>
same here :)
Looks like that part of the app is not finished. I see just config file reading, but not updating code. I would fix that, but author is not quick in accepting pull requests.
PnP Setting changes also not saved. That relates to all syncthing options (settings group to the right)
Anyway I'm wrong, the workaround doesn't work.
RyuzakiKK, as a walkaround please edit %AppData%/Syncthing/config.xml
file.
Find there <startBrowser>true</startBrowser>
and change it's value to false:
<startBrowser>false</startBrowser>
. That should help.
Thanks flamedmg, it works.
you can configure that in the webinterface of syncthing, but the option in the tray don't have any effect.