Allow to reload other swift versions UI

This commit is contained in:
Klaus Basan
2018-11-20 03:07:25 +01:00
parent 33116d3b21
commit d2ca97846d
4 changed files with 16 additions and 2 deletions

View File

@@ -117,7 +117,7 @@ namespace BlackGui
if (sets > 0 || caches > 0)
{
const CStatusMessage m = CStatusMessage(this).validationInfo("Copied %1 sets and %2 caches for '%3'") << sets << caches << selectedSimulators.toQString(true);
this->showOverlayMessage(m);
this->showOverlayHTMLMessage(m, 7500);
}
}