Added delays between dealing cards. Added check for IPv6.
This commit is contained in:
@@ -137,6 +137,7 @@ void settingsDialogImpl::exec() {
|
||||
spinBox_logStoreDuration->setValue(myConfig->readConfigInt("LogStoreDuration"));
|
||||
comboBox_logInterval->setCurrentIndex(myConfig->readConfigInt("LogInterval"));
|
||||
|
||||
checkBox_useIpv6->setEnabled(socket_has_ipv6());
|
||||
checkBox_useSctp->setEnabled(socket_has_sctp());
|
||||
|
||||
QDialog::exec();
|
||||
|
||||
Reference in New Issue
Block a user