diff --git a/LightlessSync/UI/SettingsUi.cs b/LightlessSync/UI/SettingsUi.cs index 46f091d..3b87baa 100644 --- a/LightlessSync/UI/SettingsUi.cs +++ b/LightlessSync/UI/SettingsUi.cs @@ -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()