[wpigui] Add option to reset UI on exit (#3463)

Also add wpiutil as a dependency for wpigui.
This commit is contained in:
Prateek Machiraju
2021-06-27 01:48:54 -04:00
committed by GitHub
parent a371235b0d
commit d29acc90a2
5 changed files with 13 additions and 1 deletions

View File

@@ -57,6 +57,7 @@ struct Context : public SavedSettings {
std::vector<GLFWimage> icons;
std::string iniPath = "imgui.ini";
bool resetOnExit = false;
};
extern Context* gContext;