From 65460b65a9e2ab3ab15f63bd8ed542ceeca586a9 Mon Sep 17 00:00:00 2001 From: Vladimir Byko-Ianko Date: Tue, 8 Mar 2016 13:44:52 +0300 Subject: [PATCH] [new downloader] MacOs. Qt. Taking into account NodeStatus::Partly. --- qt/update_dialog.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/qt/update_dialog.cpp b/qt/update_dialog.cpp index 71d313a7f3..1426b621aa 100644 --- a/qt/update_dialog.cpp +++ b/qt/update_dialog.cpp @@ -246,6 +246,7 @@ namespace qt break; case NodeStatus::OnDisk: + case NodeStatus::Partly: statusString = tr("Installed (click to delete)"); rowColor = COLOR_ONDISK; break;