fix: imgui.ini file being created in the working directory sometimes

Fixes #450
This commit is contained in:
WerWolv
2022-02-21 21:55:04 +01:00
parent 75bd7805c9
commit bdb2ac3a0b
2 changed files with 9 additions and 3 deletions

View File

@@ -52,6 +52,8 @@ namespace hex {
std::list<std::string> m_popupsToOpen;
std::vector<int> m_pressedKeys;
fs::path m_imguiSettingsPath;
};
}