2
0
mirror of https://github.com/AxioDL/metaforce.git synced 2025-12-16 21:37:04 +00:00

Add imgui settings back using FileStoreManager to get the path

This commit is contained in:
2022-02-27 17:55:47 -08:00
parent b305454199
commit fcda2eb261
6 changed files with 31 additions and 3 deletions

View File

@@ -102,6 +102,8 @@ public:
void parseCommandLine(const std::vector<std::string>& args);
FileStoreManager& fileStoreManager() { return m_store; }
private:
bool suppressDeveloper();
void restoreDeveloper(bool oldDeveloper);