Fixed seperator

This commit is contained in:
cake
2025-11-30 00:18:36 +01:00
parent 0b36c1bdc2
commit 04cd09cbb9

View File

@@ -282,8 +282,8 @@ public class SyncshellAdminUI : WindowMediatorSubscriberBase
} }
ImGui.TreePop(); ImGui.TreePop();
ImGui.Separator();
} }
ImGui.Separator();
if (_uiSharedService.MediumTreeNode("Mass Cleanup", UIColors.Get("DimRed"))) if (_uiSharedService.MediumTreeNode("Mass Cleanup", UIColors.Get("DimRed")))
{ {