diff --git a/plugins/builtin/source/content/providers/memory_file_provider.cpp b/plugins/builtin/source/content/providers/memory_file_provider.cpp index 60ade2901..b8c6d917d 100644 --- a/plugins/builtin/source/content/providers/memory_file_provider.cpp +++ b/plugins/builtin/source/content/providers/memory_file_provider.cpp @@ -148,6 +148,7 @@ namespace hex::plugin::builtin { void MemoryFileProvider::renameFile() { PopupTextInput::open("hex.builtin.provider.mem_file.rename"_lang, "hex.builtin.provider.mem_file.rename.desc"_lang, [this](const std::string &name) { this->m_name = name; + RequestUpdateWindowTitle::post(); }); }