1
0
mirror of https://github.com/wolfpld/tracy synced 2025-04-29 04:23:51 +00:00

Fixed typo

This commit is contained in:
Simon van Bernem 2025-04-27 21:38:23 +02:00
parent a277453acb
commit 7474127bbb

View File

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