muffin v7.4
This commit is contained in:
parent
8a7847ff37
commit
a4175abacd
54 changed files with 95984 additions and 123967 deletions
|
|
@ -136,10 +136,10 @@ internal sealed class ManualPriorityComponent
|
|||
using (ImRaii.PushId(id))
|
||||
{
|
||||
ImGui.AlignTextToFramePadding();
|
||||
id = new ImU8String(1, 1);
|
||||
id.AppendFormatted(i + 1);
|
||||
id.AppendLiteral(".");
|
||||
ImGui.Text(id);
|
||||
ImU8String text = new ImU8String(1, 1);
|
||||
text.AppendFormatted(i + 1);
|
||||
text.AppendLiteral(".");
|
||||
ImGui.Text(text);
|
||||
ImGui.SameLine();
|
||||
(Vector4, FontAwesomeIcon, string) questStyle = _uiUtils.GetQuestStyle(quest3.Id);
|
||||
bool flag;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue