mirror of
https://github.com/goatcorp/Dalamud.git
synced 2025-12-12 10:17:22 +01:00
Fix missing macro strings in AddFromSheetPopup
This commit is contained in:
parent
69a8bdd638
commit
2625f51021
1 changed files with 1 additions and 1 deletions
|
|
@ -635,7 +635,7 @@ internal class SeStringCreatorWidget : IDataWindowWidget
|
|||
ImGui.Text(i.ToString());
|
||||
|
||||
ImGui.TableNextColumn();
|
||||
if (ImGui.Selectable($"{value.ToString().Truncate(100)}###Column{i}"))
|
||||
if (ImGui.Selectable($"{value.ToMacroString().Truncate(100)}###Column{i}"))
|
||||
{
|
||||
foreach (var payload in value)
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue