Skip to content

Commit

Permalink
Fixed #2977 (#3126)
Browse files Browse the repository at this point in the history
  • Loading branch information
theaino authored Aug 19, 2024
1 parent d0355c7 commit f8a0903
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions src/renderer/components/SettingsPage.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -472,6 +472,7 @@ class SettingsPage extends React.PureComponent<Props, State> {
padding: '0.4em 0',
},
downloadLocationInput: {
display: 'inline',
marginRight: '3px',
marginTop: '8px',
width: '320px',
Expand Down Expand Up @@ -638,7 +639,7 @@ class SettingsPage extends React.PureComponent<Props, State> {
style={settingsPage.container}
key='containerInputSpellcheckerURL'
>
<input
<FormControl
disabled={!this.state.useSpellChecker}
style={settingsPage.downloadLocationInput}
key='inputSpellCheckerURL'
Expand Down Expand Up @@ -1058,7 +1059,7 @@ class SettingsPage extends React.PureComponent<Props, State> {
defaultMessage='Download Location'
/>
</div>
<input
<FormControl
disabled={true}
style={settingsPage.downloadLocationInput}
key='inputDownloadLocation'
Expand Down

0 comments on commit f8a0903

Please sign in to comment.