added open changelog button to settings title menu

This commit is contained in:
choco
2025-10-19 22:43:45 +02:00
parent 44177ab7bd
commit 7f8872cbe0
2 changed files with 39 additions and 0 deletions

View File

@@ -589,6 +589,11 @@ public class UpdateNotesUi : WindowMediatorSubscriberBase
IsOpen = false;
}
if (ImGui.IsItemHovered())
{
ImGui.SetTooltip("You can view this window again in the settings (title menu)");
}
}
}