diff --git a/Src/Display.cpp b/Src/Display.cpp index 26fb32d..bb376e7 100644 --- a/Src/Display.cpp +++ b/Src/Display.cpp @@ -647,6 +647,7 @@ public: virtual void stringCallback(const char *str) { *out = (const char *)xstrdup(str); + Gui::gui->status_bar->queueMessage("Network message sent!"); /* Remove thyself! */ delete this; }