mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-09 21:45:34 +08:00
refs #577, load indicator when publishing
This commit is contained in:
@@ -246,10 +246,15 @@ namespace BlackGui
|
||||
{
|
||||
this->showMessages(msgs);
|
||||
}
|
||||
else
|
||||
{
|
||||
this->ui->tvp_StashAircraftModels->showLoadIndicator();
|
||||
}
|
||||
}
|
||||
|
||||
void CDbStashComponent::ps_publishResponse(const CAircraftModelList &publishedModels, const CAircraftModelList &skippedModels, const CStatusMessageList &msgs)
|
||||
{
|
||||
this->ui->tvp_StashAircraftModels->hideLoadIndicator();
|
||||
if (!publishedModels.isEmpty())
|
||||
{
|
||||
emit this->modelsSuccessfullyPublished(publishedModels);
|
||||
|
||||
Reference in New Issue
Block a user