Skip to content

Commit

Permalink
a little UI fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Limiana committed Nov 5, 2023
1 parent d073e37 commit cf55973
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion YesAlready/UI/MainWindow.cs
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ public override void Draw()

if (P.BlockListHandler.Locked)
{
ImGuiEx.Text(ImGuiColors.DalamudRed, $"Yes Already function is paused because following plugins have requested it: {P.BlockListHandler.BlockList.Print()}");
ImGuiEx.TextWrapped(ImGuiColors.DalamudRed, $"Yes Already function is paused because following plugins have requested it: {P.BlockListHandler.BlockList.Print()}");
if(ImGui.Button("Force unlock"))
{
P.BlockListHandler.BlockList.Clear();
Expand Down

0 comments on commit cf55973

Please sign in to comment.