[client] overlay: make "Show timing graphs" checkbox consistent in case

This commit is contained in:
Tudor Brindus 2022-02-27 20:38:43 -05:00 committed by Geoffrey McRae
parent 36f97f08ad
commit a3820536ab

View file

@ -47,7 +47,7 @@ struct OverlayGraph
static void configCallback(void * udata, int * id)
{
igCheckbox("Show Timing Graphs", &gs.show);
igCheckbox("Show timing graphs", &gs.show);
igSeparator();
igBeginTable("split", 2, 0, (ImVec2){}, 0);