replaced loader with PageSetupWizardInstalling when updating container settings
This commit is contained in:
parent
3defb09da9
commit
e619fd4af9
6 changed files with 12 additions and 8 deletions
|
@ -110,6 +110,8 @@ void ConnectionController::onCurrentContainerUpdated()
|
|||
if (m_isConnected || m_isConnectionInProgress) {
|
||||
emit reconnectWithUpdatedContainer(tr("Settings updated successfully, Reconnnection..."));
|
||||
openConnection();
|
||||
} else {
|
||||
emit reconnectWithUpdatedContainer(tr("Settings updated successfully"));
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue