refactoring: moved IsProtocolSelectionSupported to apiAccountInfoModel
This commit is contained in:
parent
98c4389445
commit
7e3aa443a2
6 changed files with 19 additions and 18 deletions
|
@ -168,7 +168,7 @@ PageType {
|
|||
Layout.rightMargin: 16
|
||||
Layout.leftMargin: 16
|
||||
|
||||
visible: ApiConfigsController.isProtocolSelectionSupported()
|
||||
visible: ApiAccountInfoModel.data("isProtocolSelectionSupported")
|
||||
|
||||
text: qsTr("Use VLESS protocol")
|
||||
checked: switcher.isVlessProtocol
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue