diff --git a/qt/update_dialog.cpp b/qt/update_dialog.cpp index e7f6794e9a..8d4743c10c 100644 --- a/qt/update_dialog.cpp +++ b/qt/update_dialog.cpp @@ -183,6 +183,7 @@ namespace qt case NodeStatus::NotDownloaded: case NodeStatus::Error: + case NodeStatus::Partly: st.DownloadNode(countryId); break;