mirror of
https://github.com/onionshare/onionshare.git
synced 2025-05-05 07:55:23 -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
1 changed files with 2 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue