Update languages

Small fixes
This commit is contained in:
Thoronium
2023-02-26 16:54:36 -07:00
committed by GitHub
parent 182943fd69
commit 27d30a183c
9 changed files with 80 additions and 39 deletions

View File

@@ -159,6 +159,8 @@ export default class Options extends React.Component<IProps, IState> {
this.setState({
encryption: await translate(encEnabled ? 'options.enabled' : 'options.disabled'),
})
window.location.reload()
}
setJavaPath(value: string) {