display_server: capitalize in hud

This commit is contained in:
flightlessmango 2024-08-06 16:08:32 +02:00
parent 49336958c8
commit e248ee90e4

View File

@ -1478,7 +1478,7 @@ void HudElements::network() {
void HudElements::_display_session() {
ImGui::PushFont(HUDElements.sw_stats->font1);
ImguiNextColumnFirstItem();
HUDElements.TextColored(HUDElements.colors.engine, "%s", "display server");
HUDElements.TextColored(HUDElements.colors.engine, "%s", "Display server");
ImguiNextColumnOrNewRow();
static std::map<display_servers, std::string> servers {
{WAYLAND, {"WAYLAND"}},