[client] egl: remove unit qualifier from label

This commit is contained in:
Geoffrey McRae 2023-10-20 15:30:36 +11:00
parent 78df2073ff
commit df5c648377

View File

@ -293,7 +293,7 @@ void egl_desktopConfigUI(EGL_Desktop * desktop)
igSliderInt("Peak Luminance", &desktop->peakLuminance, 1, 10000,
"%d nits",
ImGuiInputTextFlags_CharsDecimal);
igSliderInt("Max content light level (nits)", &desktop->maxCLL, 1, 10000,
igSliderInt("Max content light level", &desktop->maxCLL, 1, 10000,
"%d nits", ImGuiInputTextFlags_CharsDecimal);
}