diff --git a/profiler/src/main.cpp b/profiler/src/main.cpp index fbc59854..b10a6680 100644 --- a/profiler/src/main.cpp +++ b/profiler/src/main.cpp @@ -846,7 +846,7 @@ static void DrawContents() ImGui::Spacing(); if( ImGui::Checkbox( "Enable achievements", &s_config.achievements ) ) SaveConfig(); - if( ImGui::Checkbox( "save UI scale", &s_config.saveUserScale) ) SaveConfig(); + if( ImGui::Checkbox( "Save UI scale", &s_config.saveUserScale) ) SaveConfig(); ImGui::PopStyleVar(); ImGui::TreePop();