1.12.3 #60

Merged
defnotken merged 91 commits from 1.12.3 into master 2025-10-24 14:22:21 +00:00
Showing only changes of commit b513e0555b - Show all commits

View File

@@ -2358,24 +2358,7 @@ public class SettingsUi : WindowMediatorSubscriberBase
_uiShared.ColoredSeparator(UIColors.Get("LightlessPurple"), 1.5f);
ImGui.TreePop();
}
ImGui.Separator();
if (_uiShared.MediumTreeNode("Information", UIColors.Get("LightlessPurple")))
{
if (_uiShared.IconTextButton(FontAwesomeIcon.FileAlt, "View Update Notes"))
{
Mediator.Publish(new UiToggleMessage(typeof(UpdateNotesUi)));
}
_uiShared.DrawHelpText("View the changelog and update notes for Lightless Sync.");
_uiShared.ColoredSeparator(UIColors.Get("LightlessPurple"), 1.5f);
ImGui.TreePop();
}
ImGui.Separator();
}
private void DrawPerformance()