mirror of
https://github.com/gnif/LookingGlass.git
synced 2024-11-10 00:28:20 +00:00
[client] egl: remove unit qualifier from label
This commit is contained in:
parent
78df2073ff
commit
df5c648377
@ -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 New Issue
Block a user