From b513e0555b5a7aaf3b700759e9bc7d9a2bd96be7 Mon Sep 17 00:00:00 2001 From: choco Date: Sun, 19 Oct 2025 22:46:36 +0200 Subject: [PATCH] temp menu removal --- LightlessSync/UI/SettingsUi.cs | 17 ----------------- 1 file changed, 17 deletions(-) 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()