mirror of
https://github.com/WerWolv/ImHex.git
synced 2026-03-28 07:47:03 -05:00
fix: Provider dirtying not changing window title
This commit is contained in:
@@ -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);
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user