mirror of
https://github.com/wpilibsuite/allwpilib
synced 2026-06-21 01:01:43 +00:00
[wpigui] Add platform-specific preferences save
This commit is contained in:
committed by
Peter Johnson
parent
751dea32ae
commit
2c5668af46
@@ -56,6 +56,8 @@ struct Context : public SavedSettings {
|
||||
|
||||
int fontScale = 2; // updated by main loop
|
||||
std::vector<Font> fonts;
|
||||
|
||||
std::string iniPath = "imgui.ini";
|
||||
};
|
||||
|
||||
extern Context* gContext;
|
||||
|
||||
Reference in New Issue
Block a user