fixed reset api button for non-default server

This commit is contained in:
vladimir.kuznetsov 2024-04-17 12:26:35 +05:00
parent 151e662027
commit f372f4074b
3 changed files with 5 additions and 5 deletions

View file

@ -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)
}
}