2.0.0 #92

Merged
defnotken merged 171 commits from 2.0.0 into master 2025-12-21 17:19:36 +00:00
Showing only changes of commit febc47442a - Show all commits

View File

@@ -1153,7 +1153,7 @@ public sealed class ZoneChatUi : WindowMediatorSubscriberBase
} }
if (ImGui.IsItemHovered()) 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); var windowOpacity = Math.Clamp(chatConfig.ChatWindowOpacity, MinWindowOpacity, MaxWindowOpacity);
@@ -1173,7 +1173,7 @@ public sealed class ZoneChatUi : WindowMediatorSubscriberBase
if (ImGui.IsItemHovered()) 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(); ImGui.EndPopup();