mirror of
https://github.com/goatcorp/Dalamud.git
synced 2025-12-13 12:14:16 +01:00
Merge pull request #1337 from Haselnussbomber/fix-disabledbutton
fix: missing ## for id in DisabledButton
This commit is contained in:
commit
29668a9a9d
1 changed files with 1 additions and 1 deletions
|
|
@ -25,7 +25,7 @@ public static partial class ImGuiComponents
|
||||||
|
|
||||||
var text = icon.ToIconString();
|
var text = icon.ToIconString();
|
||||||
if (id.HasValue)
|
if (id.HasValue)
|
||||||
text = $"{text}{id}";
|
text = $"{text}##{id}";
|
||||||
|
|
||||||
var button = DisabledButton(text, defaultColor, activeColor, hoveredColor, alphaMult);
|
var button = DisabledButton(text, defaultColor, activeColor, hoveredColor, alphaMult);
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue