ImHex/plugins/builtin/source/content
Robin Lambertz 4f98149fa7
api: Fix various crashes on bad settings data. (#186)
getSetting now returns a straight nlohmann::json instead of an optional.
If the data isn't present, it will return a json null.

All accesses to the settings will first check that the data has the
expected type.
2021-03-06 12:40:29 +01:00
..
command_palette_commands.cpp sys: Replace printf formatting with libfmt 2021-03-03 19:58:22 +01:00
data_inspector.cpp sys: Replace printf formatting with libfmt 2021-03-03 19:58:22 +01:00
data_processor_nodes.cpp Fixed localization issues when using the content registry 2021-02-13 15:15:32 +01:00
lang_builtin_functions.cpp sys: Replace printf formatting with libfmt 2021-03-03 19:58:22 +01:00
settings_entries.cpp api: Fix various crashes on bad settings data. (#186) 2021-03-06 12:40:29 +01:00
tools_entries.cpp sys: Replace printf formatting with libfmt 2021-03-03 19:58:22 +01:00