Merge pull request #39 from amnezia-vpn/bugfix/various-ui-bugs

Bugfix/various UI bugs
This commit is contained in:
Mitternacht822
2026-04-29 08:29:28 +04:00
committed by GitHub
parent 907785797e
commit 04212e221c

View File

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