impr: Update settings menu values when settings are changed

This commit is contained in:
WerWolv
2024-12-15 11:12:56 +01:00
parent 002b7b4f87
commit c46dea4c9e
3 changed files with 7 additions and 1 deletions

View File

@@ -258,6 +258,7 @@ namespace hex {
EVENT_DEF(EventSearchBoxClicked, u32);
EVENT_DEF(EventViewOpened, View*);
EVENT_DEF(EventFirstLaunch);
EVENT_DEF(EventAnySettingChanged);
EVENT_DEF(EventFileDragged, bool);
EVENT_DEF(EventFileDropped, std::fs::path);

View File

@@ -211,6 +211,8 @@ namespace hex {
}
}
}
EventAnySettingChanged::post();
}
}