mirror of
https://github.com/gnif/LookingGlass.git
synced 2025-01-03 11:17:10 +00:00
[client] egl: remove unit qualifier from label
This commit is contained in:
parent
78df2073ff
commit
df5c648377
1 changed files with 1 additions and 1 deletions
|
@ -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);
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue