1
0

make question dialog child of SettingsDialog

This commit is contained in:
f321x
2025-02-28 16:41:53 +01:00
parent 4917f7e3ce
commit dd1f786951

View File

@@ -121,7 +121,7 @@ class SettingsDialog(QDialog, QtEventListener):
_("Are you sure you want to disable trampoline?"),
_("Without this option, Electrum will need to sync with the Lightning network on every start."),
_("This may impact the reliability of your payments."),
])):
]), parent=self):
trampoline_cb.setCheckState(Qt.CheckState.Checked)
return
self.config.LIGHTNING_USE_GOSSIP = not use_trampoline