forked from liza/Questionable
Update icon for journal
This commit is contained in:
parent
4dc89d8ed3
commit
8200342f2f
@ -91,8 +91,10 @@ internal sealed class QuickAccessButtonsComponent
|
||||
Reload?.Invoke(this, EventArgs.Empty);
|
||||
|
||||
ImGui.SameLine();
|
||||
if (ImGuiComponents.IconButton(FontAwesomeIcon.ChartColumn))
|
||||
if (ImGuiComponents.IconButton(FontAwesomeIcon.BookBookmark))
|
||||
_journalProgressWindow.IsOpen = true;
|
||||
if (ImGui.IsItemHovered())
|
||||
ImGui.SetTooltip("Journal Progress");
|
||||
|
||||
|
||||
if (_questRegistry.ValidationIssueCount > 0)
|
||||
|
Loading…
Reference in New Issue
Block a user