Skip to content

Commit

Permalink
display_server: capitalize in hud
Browse files Browse the repository at this point in the history
  • Loading branch information
flightlessmango committed Aug 6, 2024
1 parent 4933695 commit e248ee9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/hud_elements.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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"}},
Expand Down

0 comments on commit e248ee9

Please sign in to comment.