mirror of
https://github.com/amnezia-vpn/DefaultVPN.git
synced 2026-05-17 00:26:23 +03:00
Merge pull request #39 from amnezia-vpn/bugfix/various-ui-bugs
Bugfix/various UI bugs
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user