collect network information when not in the networkgraph plugin tab
This commit is contained in:
parent
aef72f74a2
commit
5fb1987b1b
|
@ -190,7 +190,7 @@ class NetworkGraph:
|
|||
self.topWidget\
|
||||
or not self.parent.update_interface)\
|
||||
and not self.bootupRuns > 0:
|
||||
return
|
||||
self.tab_graph.update_graph_store()
|
||||
self.bootupRuns = max(self.bootupRuns - 1, 0)
|
||||
self.tab_graph.update_graph_store()
|
||||
self.tab_graph.update_graph_view()
|
||||
|
|
Loading…
Reference in New Issue