1
0
mirror of synced 2024-11-12 10:10:53 +01:00
ImHex/plugins/libimhex
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
..
include api: Fix various crashes on bad settings data. (#186) 2021-03-06 12:40:29 +01:00
source api: Fix various crashes on bad settings data. (#186) 2021-03-06 12:40:29 +01:00
CMakeLists.txt build: Use libfmt as header-only library instead 2021-03-03 23:33:44 +01:00