mirror of
https://github.com/LBRYFoundation/lbry-desktop.git
synced 2025-09-07 02:59:49 +00:00
commit
aff23d77f0
1 changed files with 2 additions and 2 deletions
|
@ -31,7 +31,7 @@ var App = React.createClass({
|
||||||
}
|
}
|
||||||
|
|
||||||
var message = 'The version of LBRY you\'re using is not up to date.\n\n' +
|
var message = 'The version of LBRY you\'re using is not up to date.\n\n' +
|
||||||
'Choose "OK" to download the latest version."';
|
'Choose "OK" to download the latest version.';
|
||||||
|
|
||||||
lbry.getVersionInfo(function(versionInfo) {
|
lbry.getVersionInfo(function(versionInfo) {
|
||||||
if (versionInfo.os_system == 'Darwin') {
|
if (versionInfo.os_system == 'Darwin') {
|
||||||
|
@ -115,4 +115,4 @@ var App = React.createClass({
|
||||||
</div>
|
</div>
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
|
|
Loading…
Add table
Reference in a new issue