Merge pull request 'Fixed some issues with folders not showing, adding empty folders to the list.' (#34) from fix-showing-empty-folders into 1.12.0

Reviewed-on: #34
This commit was merged in pull request #34.
This commit is contained in:
2025-09-26 04:40:52 +02:00
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 != "")
{