diff --git a/src/ui/components/menu/Options.tsx b/src/ui/components/menu/Options.tsx index 4b0163a..4c19b90 100644 --- a/src/ui/components/menu/Options.tsx +++ b/src/ui/components/menu/Options.tsx @@ -15,7 +15,6 @@ import BigButton from '../common/BigButton' import DownloadHandler from '../../../utils/download' import * as meta from '../../../utils/rsa' import HelpButton from '../common/HelpButton' -import TextInput from '../common/TextInput' import SmallButton from '../common/SmallButton' interface IProps { @@ -328,25 +327,14 @@ export default class Options extends React.Component { render() { return ( - {!this.state.platform || this.state.platform === 'windows' ? ( -