fix: Provider dirtying not changing window title

This commit is contained in:
WerWolv
2025-08-28 22:20:39 +02:00
parent 57ac73b9d4
commit 9e2c1de0f5

View File

@@ -728,6 +728,11 @@ namespace hex::plugin::builtin {
}
});
EventProviderDirtied::subscribe([] {
RequestUpdateWindowTitle::post();
});
ContentRegistry::Settings::onChange("hex.builtin.setting.interface", "hex.builtin.setting.interface.show_header_command_palette", [](const ContentRegistry::Settings::SettingsValue &value) {
s_showSearchBar = value.get<bool>(true);
});