goober fix tooltips

This commit is contained in:
2025-12-01 03:12:00 +09:00
parent 481bc99dcd
commit febc47442a

View File

@@ -1153,7 +1153,7 @@ public sealed class ZoneChatUi : WindowMediatorSubscriberBase
}
if (ImGui.IsItemHovered())
{
ImGui.SetTooltip("Adjusts the scale of chat message text.\nRight-click to reset.");
ImGui.SetTooltip("Adjust scale of chat message text.\nRight-click to reset to default.");
}
var windowOpacity = Math.Clamp(chatConfig.ChatWindowOpacity, MinWindowOpacity, MaxWindowOpacity);
@@ -1173,7 +1173,7 @@ public sealed class ZoneChatUi : WindowMediatorSubscriberBase
if (ImGui.IsItemHovered())
{
ImGui.SetTooltip("Adjust transparency of the chat window.\nRight-click to reset to default.");
ImGui.SetTooltip("Adjust chat window transparency.\nRight-click to reset to default.");
}
ImGui.EndPopup();