1
0
mirror of synced 2024-11-12 10:10:53 +01:00
ImHex/plugins
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
..
builtin api: Fix various crashes on bad settings data. (#186) 2021-03-06 12:40:29 +01:00
example ui/api: Added loaded plugin information to welcome screen 2021-02-19 13:22:12 +01:00
libimhex api: Fix various crashes on bad settings data. (#186) 2021-03-06 12:40:29 +01:00