temp menu removal

This commit is contained in:
choco
2025-10-19 22:46:36 +02:00
parent de8c9cf035
commit b513e0555b

View File

@@ -2358,24 +2358,7 @@ public class SettingsUi : WindowMediatorSubscriberBase
_uiShared.ColoredSeparator(UIColors.Get("LightlessPurple"), 1.5f); _uiShared.ColoredSeparator(UIColors.Get("LightlessPurple"), 1.5f);
ImGui.TreePop(); ImGui.TreePop();
} }
ImGui.Separator(); 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() private void DrawPerformance()