added busy indicator when loading a list of clients, on the client management panel
This commit is contained in:
parent
a7030cdcb9
commit
24ea686e4d
4 changed files with 14 additions and 3 deletions
|
@ -60,8 +60,7 @@ void ClientInfoLogic::onLineEditNameAliasEditingFinished()
|
|||
clientsTable);
|
||||
if (error != ErrorCode::NoError) {
|
||||
QMessageBox::warning(nullptr, APPLICATION_NAME,
|
||||
tr("An error occurred while getting the list of clients.") + "\n" + errorString(error));
|
||||
return;
|
||||
tr("An error occurred while saving the list of clients.") + "\n" + errorString(error));
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue