From 04212e221c8f24a3fabbb374c2498660b5645eaf Mon Sep 17 00:00:00 2001 From: Mitternacht822 <208699442+Mitternacht822@users.noreply.github.com> Date: Wed, 29 Apr 2026 08:29:28 +0400 Subject: [PATCH] Merge pull request #39 from amnezia-vpn/bugfix/various-ui-bugs Bugfix/various UI bugs --- client/ui/qml/DefaultVpn/Pages/PageSettingsApiServerInfo.qml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/client/ui/qml/DefaultVpn/Pages/PageSettingsApiServerInfo.qml b/client/ui/qml/DefaultVpn/Pages/PageSettingsApiServerInfo.qml index 20f1afb0..006edcc3 100644 --- a/client/ui/qml/DefaultVpn/Pages/PageSettingsApiServerInfo.qml +++ b/client/ui/qml/DefaultVpn/Pages/PageSettingsApiServerInfo.qml @@ -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