mirror of
https://github.com/wpilibsuite/allwpilib
synced 2026-06-24 01:31:46 +00:00
[wpigui] Add option to reset UI on exit (#3463)
Also add wpiutil as a dependency for wpigui.
This commit is contained in:
committed by
GitHub
parent
a371235b0d
commit
d29acc90a2
@@ -57,6 +57,7 @@ struct Context : public SavedSettings {
|
||||
std::vector<GLFWimage> icons;
|
||||
|
||||
std::string iniPath = "imgui.ini";
|
||||
bool resetOnExit = false;
|
||||
};
|
||||
|
||||
extern Context* gContext;
|
||||
|
||||
Reference in New Issue
Block a user