fix: Crash on exit

Fixes #854
This commit is contained in:
WerWolv
2023-01-05 09:29:16 +01:00
parent 7d9c86f584
commit ff9048fcf0
4 changed files with 13 additions and 1 deletions

View File

@@ -24,6 +24,8 @@ namespace hex::api {
static const std::string &getThemeImagePostfix();
static std::optional<ImColor> parseColorString(const std::string &colorString);
static void reset();
private:
ThemeManager() = default;