disable wallet backup import for web
This commit is contained in:
parent
335dbfa450
commit
6ff9d2bf95
1 changed files with 2 additions and 2 deletions
|
@ -4,12 +4,12 @@ import * as icons from 'constants/icons';
|
||||||
import * as React from 'react';
|
import * as React from 'react';
|
||||||
// @if TARGET='app'
|
// @if TARGET='app'
|
||||||
import { shell } from 'electron';
|
import { shell } from 'electron';
|
||||||
|
import WalletBackup from 'component/walletBackup';
|
||||||
// @endif
|
// @endif
|
||||||
import { Lbry } from 'lbry-redux';
|
import { Lbry } from 'lbry-redux';
|
||||||
import Native from 'native';
|
import Native from 'native';
|
||||||
import Button from 'component/button';
|
import Button from 'component/button';
|
||||||
import Page from 'component/page';
|
import Page from 'component/page';
|
||||||
import BackupSection from 'component/walletBackup';
|
|
||||||
|
|
||||||
type DeamonSettings = {
|
type DeamonSettings = {
|
||||||
data_dir: string | any,
|
data_dir: string | any,
|
||||||
|
@ -195,7 +195,7 @@ class HelpPage extends React.PureComponent<Props, State> {
|
||||||
</section>
|
</section>
|
||||||
|
|
||||||
{/* @if TARGET='app' */}
|
{/* @if TARGET='app' */}
|
||||||
<BackupSection />
|
<WalletBackup />
|
||||||
{/* @endif */}
|
{/* @endif */}
|
||||||
|
|
||||||
<section className="card">
|
<section className="card">
|
||||||
|
|
Loading…
Reference in a new issue