mirror of
https://github.com/evilsocket/opensnitch.git
synced 2025-03-04 08:34:40 +01:00
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:
parent
1d2c0703ff
commit
6809776393
1 changed files with 1 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue