We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3e87cea commit f0a90a1Copy full SHA for f0a90a1
ui/opensnitch/dialogs/stats.py
@@ -2241,8 +2241,7 @@ def _cb_start_clicked(self):
2241
self._notifications_sent[nid] = noti
2242
2243
def _cb_node_start_clicked(self):
2244
- nIdx = self.comboNetstatNodes.currentIndex()
2245
- addr = self.comboNetstatNodes.itemData(nIdx)
+ addr = self.TABLES[self.TAB_NODES]['label'].text()
2246
if addr == "":
2247
return
2248
if self.nodeStartButton.isChecked():
0 commit comments