mirror of
https://github.com/goatcorp/Dalamud.git
synced 2025-12-12 18:27:23 +01:00
Fix Copy MacroString button
This commit is contained in:
parent
e2e3a01cc3
commit
9447708058
1 changed files with 1 additions and 1 deletions
|
|
@ -510,7 +510,7 @@ internal class SeStringCreatorWidget : IDataWindowWidget
|
|||
}
|
||||
}
|
||||
|
||||
ImGui.SetClipboardText(sb.ToReadOnlySeString().ToString());
|
||||
ImGui.SetClipboardText(sb.ToReadOnlySeString().ToMacroString());
|
||||
}
|
||||
|
||||
ImGui.SameLine();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue