mirror of
https://github.com/flightlessmango/MangoHud.git
synced 2024-11-11 19:10:55 +00:00
display_server: capitalize in hud
This commit is contained in:
parent
49336958c8
commit
e248ee90e4
@ -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"}},
|
||||
|
Loading…
Reference in New Issue
Block a user