mirror of
https://github.com/onionshare/onionshare.git
synced 2024-10-01 01:35:40 -04:00
Fix bug where lack of stealth mode re-enabled v2 legacy checkbox even if persistence was still enabled
This commit is contained in:
parent
25eed81b00
commit
30ee2290d7
@ -463,7 +463,8 @@ class SettingsDialog(QtWidgets.QDialog):
|
||||
self.hidservauth_copy_button.show()
|
||||
else:
|
||||
self.stealth_checkbox.setCheckState(QtCore.Qt.Unchecked)
|
||||
self.use_legacy_v2_onions_checkbox.setEnabled(True)
|
||||
if not save_private_key:
|
||||
self.use_legacy_v2_onions_checkbox.setEnabled(True)
|
||||
|
||||
use_autoupdate = self.old_settings.get('use_autoupdate')
|
||||
if use_autoupdate:
|
||||
|
Loading…
Reference in New Issue
Block a user