diff --git a/src/session.py b/src/session.py index e469629da..9a4d1e21c 100644 --- a/src/session.py +++ b/src/session.py @@ -473,7 +473,8 @@ class ChatControlSession(stanza_session.EncryptedStanzaSession): negotiation.describe_features(ask_user)), _('Always accept for this contact'), on_response_yes = accept_nondefault_options, - on_response_no = reject_nondefault_options) + on_response_no = reject_nondefault_options, + transient_for=self.control.parent_win.window) else: try: self.accept_e2e_alice(form, negotiated)