diff --git a/js/gui.js b/js/gui.js
index 3b3953de3..d3d2826e8 100644
--- a/js/gui.js
+++ b/js/gui.js
@@ -403,6 +403,9 @@ var SettingsPage = React.createClass({
onRunOnStartChange: function (event) {
this.storeSetting('run_on_startup', event.target.checked);
},
+ onChareDataChange: function (event) {
+ this.storeSetting('upload_log', event.target.checked);
+ },
onDownloadDirChange: function(event) {
this.storeSetting('default_download_directory', event.target.value);
},
@@ -466,7 +469,12 @@ var SettingsPage = React.createClass({
Where would you like the files you download from LBRY to be saved?
-
+
+