sync with upstreaom #2

Open
goatzone wants to merge 610 commits from liza/Questionable:master into master
Showing only changes of commit 8200342f2f - Show all commits

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)