renamed CloudController to ApiController
This commit is contained in:
parent
3605f62feb
commit
c4014518cb
5 changed files with 33 additions and 41 deletions
|
@ -138,7 +138,7 @@ Button {
|
|||
}
|
||||
|
||||
onClicked: {
|
||||
if (!CloudController.updateServerConfigFromCloud()) {
|
||||
if (!ApiController.updateServerConfigFromApi()) {
|
||||
return
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue