We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Handle crash reporting config in model
<configuration version="29"> <options> <unackedNotificationID>crAutoEnabled</unackedNotificationID> <crashReportingURL>https://crash.syncthing.net/newcrash</crashReportingURL> <crashReportingEnabled>true</crashReportingEnabled> <stunKeepaliveStartS>180</stunKeepaliveStartS> <stunKeepaliveMinS>20</stunKeepaliveMinS> <stunServer>default</stunServer> </options>
The text was updated successfully, but these errors were encountered:
prefs/Syncthing: Add "Anonymous crash reporting" checkbox (fixes #421)
881c007
Config: Add new values for SyncthingNative v1.2.0 (fixes #421) (#424)
d1f9bdf
* model/Options: Add crash*, stun* and unackedNotificationID * ConfigXml: Dismiss unackedNotificationID "crAutoEnabled" * ConfigXml/getOptions: Add unackedNotificationID, crash*, stun*
prefs/Syncthing: Add "Anonymous crash reporting" checkbox (fixes #421) (
090cb19
#425) * model/Options: Add crash*, stun* and unackedNotificationID * ConfigXml: Dismiss unackedNotificationID "crAutoEnabled" * ConfigXml/getOptions: Add unackedNotificationID, crash*, stun* * prefs/Syncthing: Add "Anonymous crash reporting" checkbox (fixes #421) * Imported de translation
<unackedNotificationID>crAutoDisabled</unackedNotificationID>
Sorry, something went wrong.
Follow-up to fix issue #421
107415f
unackedNotificationID=crAutoDisabled
Catfriend1
Successfully merging a pull request may close this issue.
Handle crash reporting config in model
The text was updated successfully, but these errors were encountered: