mirror of
https://github.com/onionshare/onionshare.git
synced 2025-06-19 12:04:09 -04: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()
|
self.use_legacy_v2_onions_checkbox.show()
|
||||||
else:
|
else:
|
||||||
self.common.log('SettingsDialog', '__init__', 'v3 onions are not supported')
|
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_widget.hide()
|
||||||
self.use_legacy_v2_onions_checkbox_clicked(True)
|
self.use_legacy_v2_onions_checkbox_clicked(True)
|
||||||
else:
|
else:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue