Fixed some issues with folders not showing, adding empty folders to the list.

This commit is contained in:
CakeAndBanana
2025-09-16 21:06:15 +02:00
parent 5dce1977c7
commit 38a360bfee
3 changed files with 8 additions and 14 deletions

View File

@@ -34,8 +34,6 @@ public class DrawGroupedGroupFolder : IDrawFolder
public void Draw()
{
if (!_groups.Any()) return;
string _id = "__folder_syncshells";
if (_tag != "")
{