diff options
-rw-r--r-- | voice-capabilities/guimetadata.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/voice-capabilities/guimetadata.cpp b/voice-capabilities/guimetadata.cpp index fb59091..63d99fc 100644 --- a/voice-capabilities/guimetadata.cpp +++ b/voice-capabilities/guimetadata.cpp @@ -341,7 +341,7 @@ void GuiMetadata::onMessageReceived(std::shared_ptr<Message> msg) return; QString ename = emsg->eventName(); QJsonObject data = emsg->eventData(); - if ((ename == "render-template") && updateMetadata(data)) { + if ((ename == "render_template") && updateMetadata(data)) { emit renderTemplate(); } else if (ename == "clear_template") { emit clearTemplate(); |