Open perrin4869 opened 4 years ago
I have the box checked, and my rtorrent.rc
file has this option enabled: dht.mode.set = auto
. I don't know if the checkbox inside Flood override this setting, but at least you can easily change it via rtorrent configuration file.
Type: Bug Report
Your Environment
Summary
Trying to enable DHT settings in the settings modal is not working. Checking the request in the developer tools showed that the request body did not change according to the checkbox in the UI. Sending the correct request through CURL did update the state correctly. Moreover, checking the React developer tools, I could confirm the checked state was not changing according to the checkbox.
Expected Behavior
DHT should enable/disable with GUI
Current Behavior
No update
Possible Solution
This is a frontend problem. I could try to send a PR, but would probably be immediately fixed by the developer.
Steps to Reproduce