Update SbieModel.cpp

This commit is contained in:
DavidXanatos 2021-10-20 00:07:47 +02:00
parent 957422ceeb
commit 656e797b00
1 changed files with 1 additions and 1 deletions

View File

@ -309,7 +309,7 @@ bool CSbieModel::Sync(const CSandBoxPtr& pBox, const QList<QVariant>& Path, cons
if (!bIsTerminated)
ActiveCount++;
if (pNode->Icon.isNull())
if (pNode->Icon.isNull() && !pProcess->GetFileName().isEmpty())
{
//PixmapEntryList icons = extractIcons(pProcess->GetFileName(), false);
//if (icons.isEmpty())