Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions client/ui/qml/DefaultVpn/Pages/PageSettingsApiServerInfo.qml
Original file line number Diff line number Diff line change
Expand Up @@ -83,8 +83,10 @@ Page {
id: header

Layout.fillWidth: true
Layout.preferredHeight: contentHeight

text: root.processedServer.name
wrapMode: Text.WrapAtWordBoundaryOrAnywhere

horizontalAlignment: Qt.AlignLeft
verticalAlignment: Qt.AlignVCenter
Expand Down Expand Up @@ -117,6 +119,7 @@ Page {
Layout.topMargin: 16

visible: ApiAccountInfoModel.data("isProtocolSelectionSupported")
enabled: !(ServersModel.isDefaultServerCurrentlyProcessed() && ConnectionController.isConnected)

text: qsTr("Use VLESS protocol")
checked: switcher.isVlessProtocol
Expand Down
Loading