mirror of
https://github.com/WerWolv/ImHex.git
synced 2026-03-29 08:20:02 -05:00
fix: Window title not updating correctly when renaming memory file
This commit is contained in:
@@ -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();
|
||||
});
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user