temp menu removal
This commit is contained in:
@@ -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()
|
||||||
|
|||||||
Reference in New Issue
Block a user