feture 增加关联实时文件夹

This commit is contained in:
BookerLiu
2023-03-21 17:48:12 +08:00
parent 425d1a4ce5
commit 05afacd3ae
2 changed files with 34 additions and 44 deletions

View File

@@ -22,6 +22,7 @@ namespace GeekDesk.MyThread
foreach (MenuInfo mi in menuList)
{
ObservableCollection<IconInfo> iconList = mi.IconList;
if (iconList == null) continue;
foreach (IconInfo icon in iconList)
{
if (icon == null) continue;