fixed reset api button for non-default server
This commit is contained in:
parent
151e662027
commit
f372f4074b
3 changed files with 5 additions and 5 deletions
|
@ -215,7 +215,7 @@ PageType {
|
|||
PageController.showNotificationMessage(qsTr("Cannot reset API config during active connection"))
|
||||
} else {
|
||||
PageController.showBusyIndicator(true)
|
||||
InstallController.removeApiConfig()
|
||||
InstallController.removeApiConfig(ServersModel.processedIndex)
|
||||
PageController.showBusyIndicator(false)
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue