diff --git a/dist.zip b/dist.zip index 189b58aab..0ebdc97d3 100644 Binary files a/dist.zip and b/dist.zip differ diff --git a/js/page/settings.js b/js/page/settings.js index 496b444b4..958bcd312 100644 --- a/js/page/settings.js +++ b/js/page/settings.js @@ -29,7 +29,7 @@ var SettingsPage = React.createClass({ this.storeSetting('upload_log', event.target.checked); }, onDownloadDirChange: function(event) { - this.storeSetting('default_download_directory', event.target.value); + this.storeSetting('download_directory', event.target.value); }, onMaxUploadPrefChange: function(isLimited) { if (!isLimited) { @@ -84,7 +84,7 @@ var SettingsPage = React.createClass({

Download directory

Where would you like the files you download from LBRY to be saved?
- +

Max Upload

diff --git a/js/page/start.js b/js/page/start.js index 86092bb76..1c5b1d0b6 100644 --- a/js/page/start.js +++ b/js/page/start.js @@ -5,8 +5,8 @@ var StartPage = React.createClass({ render: function() { return (
-

LBRY is not running

- +

LBRY has closed

+
); }