Ref T400, swift needs to start even without network connection, especially for mapping tool

* count errors and call "manageSetupAvailability" to update cache availability
* minor adjustments
This commit is contained in:
Klaus Basan
2018-10-22 18:39:37 +02:00
parent 21bc1f7dbe
commit 4a82621a1d
4 changed files with 19 additions and 8 deletions

View File

@@ -99,7 +99,7 @@ namespace BlackGui
}
else
{
const CStatusMessage msg = CStatusMessage(this).warning("No loaded bootstrap setup available");
const CStatusMessage msg = CStatusMessage(this).warning("No loaded bootstrap setup available, skipping URL test");
ui->comp_Messages->appendStatusMessageToList(msg);
}
}