renamed functions and variables
This commit is contained in:
parent
784ae0da53
commit
e2d61cb518
4 changed files with 12 additions and 12 deletions
|
|
@ -184,8 +184,8 @@ PageType {
|
|||
borderWidth: 1
|
||||
|
||||
visible: {
|
||||
if (PageController.isConnectTrigger()) {
|
||||
PageController.setConnectTrigger(false)
|
||||
if (PageController.isTriggeredByConnectButton()) {
|
||||
PageController.setTriggeredBtConnectButton(false)
|
||||
|
||||
return ContainersModel.isAnyContainerInstalled()
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue