From ee9fe9e0a7ae66819ef83abbe50657c6a44d0a2c Mon Sep 17 00:00:00 2001 From: fnrir Date: Wed, 5 Jul 2023 10:15:20 +0200 Subject: [PATCH 01/14] Fix empty game install path on Linux --- src/ui/components/menu/Options.tsx | 24 ++++++------------------ 1 file changed, 6 insertions(+), 18 deletions(-) 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' ? ( -