[new downloader] MacOs. Qt. Taking into account NodeStatus::Partly.

This commit is contained in:
Vladimir Byko-Ianko 2016-03-08 13:44:52 +03:00 committed by Sergey Yershov
parent 505648fcdd
commit 65460b65a9

View file

@ -246,6 +246,7 @@ namespace qt
break;
case NodeStatus::OnDisk:
case NodeStatus::Partly:
statusString = tr("Installed (click to delete)");
rowColor = COLOR_ONDISK;
break;