Update SbieModel.cpp

This commit is contained in:
DavidXanatos 2024-07-27 19:43:24 +02:00
parent f8693ad241
commit 84188e01eb
1 changed files with 1 additions and 1 deletions

View File

@ -330,7 +330,7 @@ QList<QVariant> CSbieModel::Sync(const QMap<QString, CSandBoxPtr>& BoxList, cons
case eName: Value = pBoxEx->GetDisplayName(); break;
//case eName: Value = pBox->GetName(); break;
case eStatus: Value = pBox.objectCast<CSandBoxPlus>()->GetStatusStr(); break;
case eTitle: Value = pBox->GetDesktop(); break;
case eTitle: break;
case eInfo: Value = pBox.objectCast<CSandBoxPlus>()->IsEmptyCached() ? -2 : (bWatchSize ? pBox.objectCast<CSandBoxPlus>()->GetSize() : 0); break;
case ePath: Value = pBox->GetFileRoot(); break;
}