mirror of
https://github.com/onionshare/onionshare.git
synced 2025-01-25 10:42:58 -03:00
Don't actually check the 'Use legacy addresses' checkbox when it's hidden
This commit is contained in:
parent
657806a003
commit
16e301af8d
1 changed files with 0 additions and 1 deletions
|
@ -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:
|
||||
|
|
Loading…
Add table
Reference in a new issue