From af7ac0fdd99a26113ad9a30ad3d2ac56f3cb309d Mon Sep 17 00:00:00 2001 From: CakeAndBanana Date: Mon, 15 Sep 2025 06:13:32 +0200 Subject: [PATCH] Removal of MCDF mention in settings, it was desperated. --- LightlessSync/UI/SettingsUi.cs | 19 ------------------- 1 file changed, 19 deletions(-) diff --git a/LightlessSync/UI/SettingsUi.cs b/LightlessSync/UI/SettingsUi.cs index 7f42602..3904155 100644 --- a/LightlessSync/UI/SettingsUi.cs +++ b/LightlessSync/UI/SettingsUi.cs @@ -633,25 +633,6 @@ public class SettingsUi : WindowMediatorSubscriberBase { _lastTab = "FileCache"; - _uiShared.UnderlinedBigText("Export MCDF", UIColors.Get("LightlessBlue")); - - ImGuiHelpers.ScaledDummy(10); - - UiSharedService.ColorTextWrapped("Exporting MCDF has moved.", UIColors.Get("LightlessYellow")); - ImGuiHelpers.ScaledDummy(5); - UiSharedService.TextWrapped("It is now found in the Main UI under \"Your User Menu\" ("); - ImGui.SameLine(); - _uiShared.IconText(FontAwesomeIcon.UserCog); - ImGui.SameLine(); - UiSharedService.TextWrapped(") -> \"Character Data Hub\"."); - if (_uiShared.IconTextButton(FontAwesomeIcon.Running, "Open Lightless Character Data Hub")) - { - Mediator.Publish(new UiToggleMessage(typeof(CharaDataHubUi))); - } - UiSharedService.TextWrapped("Note: this entry will be removed in the near future. Please use the Main UI to open the Character Data Hub."); - ImGuiHelpers.ScaledDummy(5); - ImGui.Separator(); - _uiShared.UnderlinedBigText("Storage", UIColors.Get("LightlessBlue")); ImGuiHelpers.ScaledDummy(5);