Refactor/clean up Chat
This commit is contained in:
@@ -360,7 +360,7 @@ public sealed unsafe class RecipeNote : Window, IDisposable
|
||||
if (gearsetId.HasValue)
|
||||
{
|
||||
if (ImGuiUtils.ButtonCentered("Switch Job"))
|
||||
Chat.SendMessage($"/gearset change {gearsetId + 1}");
|
||||
Service.Chat.SendMessage($"/gearset change {gearsetId + 1}");
|
||||
if (ImGui.IsItemHovered())
|
||||
ImGui.SetTooltip($"Swap to gearset {gearsetId + 1}");
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user