feat: Supplement translations.

This commit is contained in:
sunwen
2024-06-25 10:25:26 +08:00
parent 9d89a06c67
commit 749e125a95
10 changed files with 378 additions and 227 deletions

View File

@@ -182,6 +182,10 @@ void ReconManager::getReconVersion()
{
emit getReconVersionResponsed(QString::fromStdString(result.message()));
}
else
{
emit getReconVersionResponsed("Reconstruction Software Fetch Error");
}
}
bool ReconManager::isConnected()