Skip to content

Commit f0a90a1

Browse files
ui: fixed start/stopping interception by node
1 parent 3e87cea commit f0a90a1

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

ui/opensnitch/dialogs/stats.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2241,8 +2241,7 @@ def _cb_start_clicked(self):
22412241
self._notifications_sent[nid] = noti
22422242

22432243
def _cb_node_start_clicked(self):
2244-
nIdx = self.comboNetstatNodes.currentIndex()
2245-
addr = self.comboNetstatNodes.itemData(nIdx)
2244+
addr = self.TABLES[self.TAB_NODES]['label'].text()
22462245
if addr == "":
22472246
return
22482247
if self.nodeStartButton.isChecked():

0 commit comments

Comments
 (0)