[wpigui] Add platform-specific preferences save

This commit is contained in:
Prateek Machiraju
2020-12-05 21:04:02 -05:00
committed by Peter Johnson
parent 751dea32ae
commit 2c5668af46
4 changed files with 34 additions and 1 deletions

View File

@@ -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;