25 static constexpr const char*
configPath =
"userSettings/Config.ini";
26 static constexpr const char*
imguiIniPath =
"userSettings/imgui_layout.ini";
Persistent application settings backed by userSettings/Config.ini.
static constexpr const char * configPath
static constexpr const char * imguiIniPath
void save() const
Persist to Config.ini and save the ImGui layout to disk.
void load()
Load from Config.ini (also restores the current ThemeManager theme).