Don't actually check the 'Use legacy addresses' checkbox when it's hidden

This commit is contained in:
Micah Lee 2018-12-05 20:53:03 -08:00
parent 657806a003
commit 16e301af8d
No known key found for this signature in database
GPG key ID: 403C2657CD994F73

View file

@ -602,7 +602,6 @@ class SettingsDialog(QtWidgets.QDialog):
self.use_legacy_v2_onions_checkbox.show()
else:
self.common.log('SettingsDialog', '__init__', 'v3 onions are not supported')
self.use_legacy_v2_onions_checkbox.setCheckState(QtCore.Qt.Checked)
self.use_legacy_v2_onions_widget.hide()
self.use_legacy_v2_onions_checkbox_clicked(True)
else: