diff options
author | lonkaars <loek@pipeframe.xyz> | 2023-01-16 13:20:28 +0100 |
---|---|---|
committer | lonkaars <loek@pipeframe.xyz> | 2023-01-16 13:20:28 +0100 |
commit | 3c351794f00f283b2977aa5b25e00b0598382131 (patch) | |
tree | 41c7a471fb33ef1bf79d907fe50c163201151f37 | |
parent | be829b83d0c468d01d8cf4e611a20419d9a897b6 (diff) |
only send get all nodes on refresh instead of redrawing gui
-rw-r--r-- | confui/mainwindow.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/confui/mainwindow.cpp b/confui/mainwindow.cpp index 20f61f1..7a0d2d2 100644 --- a/confui/mainwindow.cpp +++ b/confui/mainwindow.cpp @@ -83,7 +83,6 @@ void CDMainWindow::update_net() { void CDMainWindow::menu_refresh() { update_net(); - update(); } void CDMainWindow::menu_add_automation() { |