Finished Frontend notifications, added file prio (needs test), started Settings Button work
This commit is contained in:
@@ -81,7 +81,7 @@ const inlineStyle = {
|
||||
const mapStateToProps = state => {
|
||||
return {
|
||||
RSSModalOpen: state.RSSModalOpen,
|
||||
};
|
||||
}
|
||||
}
|
||||
|
||||
const mapDispatchToProps = dispatch => {
|
||||
|
@@ -58,6 +58,9 @@ export default class addTorrentPopup extends React.Component {
|
||||
}
|
||||
console.log("Sending magnet link: ", magnetLinkMessage);
|
||||
ws.send(JSON.stringify(magnetLinkMessage));
|
||||
this.setState({magnetLinkValue: ""})
|
||||
this.setState({storageValue: ``})
|
||||
console.log("Magnet Link", this.state.magnetLinkValue)
|
||||
}
|
||||
|
||||
setMagnetLinkValue = (event) => {
|
||||
|
Reference in New Issue
Block a user