mirror of
https://github.com/goatcorp/Dalamud.git
synced 2025-12-12 18:27:23 +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();
|
||||
if (id.HasValue)
|
||||
text = $"{text}{id}";
|
||||
text = $"{text}##{id}";
|
||||
|
||||
var button = DisabledButton(text, defaultColor, activeColor, hoveredColor, alphaMult);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue