mirror of
https://github.com/qbittorrent/qBittorrent.git
synced 2025-12-17 06:01:33 -06:00
Fixed a small bug in new DHT port setting code
This commit is contained in:
@@ -1123,7 +1123,7 @@ void options_imp::enableShareRatio(int checkBoxValue){
|
||||
}
|
||||
|
||||
void options_imp::enableDHTPortSettings(int checkBoxValue) {
|
||||
if(checkBoxValue != 2){
|
||||
if(checkBoxValue == 2){
|
||||
//Disable
|
||||
spinDHTPort->setEnabled(false);
|
||||
dh_port_lbl->setEnabled(false);
|
||||
|
||||
Reference in New Issue
Block a user