pop-ups: fixed regression for remote nodes

When a new pop-up is triggered from a remote node, the GUI crashed.
This error was introduced by this commit 9fc1da5.

Thanks to @zero77 for reporting it super fast (#1093).
This commit is contained in:
Gustavo Iñiguez Goia 2024-02-09 13:21:01 +01:00
parent 1d2c0703ff
commit 6809776393
Failed to generate hash of commit

View file

@ -217,6 +217,7 @@ class PromptDialog(QtWidgets.QDialog, uic.loadUiType(DIALOG_UI_PATH)[0]):
self._timeout_triggered = False
self._rule = None
self._local = is_local
self._peer = peer
self._con = connection
self._done.clear()
# trigger and show dialog