diff --git a/common/themes/theme_editor_dialog.cpp b/common/themes/theme_editor_dialog.cpp index 391b6d54..fbaac06d 100644 --- a/common/themes/theme_editor_dialog.cpp +++ b/common/themes/theme_editor_dialog.cpp @@ -108,6 +108,8 @@ ThemeEditorDialog::ThemeEditorDialog(const QJsonObject ¶ms, QWidget *parent) auto meta = this->params["meta"].toObject(); meta["displayName"] = text; this->params["meta"] = meta; + }); + connect(nameEdit, &QLineEdit::editingFinished, this, [this]() { emit themeJsonChanged(this->params); }); connect(variantCombo, &QComboBox::currentIndexChanged, this, [this](int index) {