mirror of
https://github.com/goatcorp/Dalamud.git
synced 2025-12-15 05:04:15 +01:00
Fixes all fatetable copy buttons having the same ID
This commit is contained in:
parent
7109f21387
commit
00a883a8e2
1 changed files with 1 additions and 1 deletions
|
|
@ -58,7 +58,7 @@ internal class FateTableWidget : IDataWindowWidget
|
||||||
|
|
||||||
ImGui.TextUnformatted(fateString);
|
ImGui.TextUnformatted(fateString);
|
||||||
ImGui.SameLine();
|
ImGui.SameLine();
|
||||||
if (ImGui.Button("C"))
|
if (ImGui.Button($"C##{fate.Address.ToInt64():X}"))
|
||||||
{
|
{
|
||||||
ImGui.SetClipboardText(fate.Address.ToString("X"));
|
ImGui.SetClipboardText(fate.Address.ToString("X"));
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue