From dd1f786951603998e23a41faa1220ebe1baef648 Mon Sep 17 00:00:00 2001 From: f321x Date: Fri, 28 Feb 2025 16:41:53 +0100 Subject: [PATCH] make question dialog child of SettingsDialog --- electrum/gui/qt/settings_dialog.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/electrum/gui/qt/settings_dialog.py b/electrum/gui/qt/settings_dialog.py index 92c639e56..b76bb5e90 100644 --- a/electrum/gui/qt/settings_dialog.py +++ b/electrum/gui/qt/settings_dialog.py @@ -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