Update icon for journal

This commit is contained in:
Liza 2025-01-10 17:01:37 +01:00
parent 4dc89d8ed3
commit 8200342f2f
Signed by: liza
GPG Key ID: 2C41B84815CF6445

View File

@ -91,8 +91,10 @@ internal sealed class QuickAccessButtonsComponent
Reload?.Invoke(this, EventArgs.Empty); Reload?.Invoke(this, EventArgs.Empty);
ImGui.SameLine(); ImGui.SameLine();
if (ImGuiComponents.IconButton(FontAwesomeIcon.ChartColumn)) if (ImGuiComponents.IconButton(FontAwesomeIcon.BookBookmark))
_journalProgressWindow.IsOpen = true; _journalProgressWindow.IsOpen = true;
if (ImGui.IsItemHovered())
ImGui.SetTooltip("Journal Progress");
if (_questRegistry.ValidationIssueCount > 0) if (_questRegistry.ValidationIssueCount > 0)