mirror of
https://github.com/zoriya/flood.git
synced 2025-12-20 06:05:15 +00:00
Add option to add torrent without starting
This commit is contained in:
@@ -26,7 +26,7 @@ export default class SearchBox extends React.Component {
|
||||
let currentCheckedState = this.state.checked;
|
||||
let newCheckedState = !currentCheckedState;
|
||||
|
||||
this.setState({checked: newCheckedState})
|
||||
this.setState({checked: newCheckedState});
|
||||
|
||||
if (this.props.onChange) {
|
||||
this.props.onChange(newCheckedState);
|
||||
|
||||
Reference in New Issue
Block a user