mirror of
https://github.com/wolfpld/tracy.git
synced 2026-08-20 01:59:45 +00:00
Fixed typo
This commit is contained in:
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user