From 98771027b77951d9ab1243b6b71a83f524ad4ee3 Mon Sep 17 00:00:00 2001 From: MrMirDan <58086007+MrMirDan@users.noreply.github.com> Date: Fri, 15 May 2026 09:58:23 +0300 Subject: [PATCH] fix: vless switch between dividers (#2600) --- client/ui/qml/Pages2/PageSettingsApiServerInfo.qml | 1 + 1 file changed, 1 insertion(+) diff --git a/client/ui/qml/Pages2/PageSettingsApiServerInfo.qml b/client/ui/qml/Pages2/PageSettingsApiServerInfo.qml index e1b8c7664..2dd6439c0 100644 --- a/client/ui/qml/Pages2/PageSettingsApiServerInfo.qml +++ b/client/ui/qml/Pages2/PageSettingsApiServerInfo.qml @@ -265,6 +265,7 @@ PageType { Layout.topMargin: 24 Layout.rightMargin: 16 Layout.leftMargin: 16 + Layout.bottomMargin: 24 visible: ApiAccountInfoModel.data("isProtocolSelectionSupported") enabled: !switcher.isProtocolSwitchBlocked