From 7474127bbbd658e12d25f0c0cee80cee5ccf4d3a Mon Sep 17 00:00:00 2001 From: Simon van Bernem Date: Sun, 27 Apr 2025 21:38:23 +0200 Subject: [PATCH] Fixed typo --- profiler/src/main.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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();