Update icon for journal
authorLiza Carvelli <liza@carvel.li>
Fri, 10 Jan 2025 16:01:37 +0000 (17:01 +0100)
committerLiza Carvelli <liza@carvel.li>
Fri, 10 Jan 2025 16:01:37 +0000 (17:01 +0100)
Questionable/Windows/QuestComponents/QuickAccessButtonsComponent.cs

index 6093686a8f36db936cef406209313592256c6127..0239d09b1776f9594a86f39a6edb5574f4da73ea 100644 (file)
@@ -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)