diff --git a/client/ui/qml/Pages2/PageShare.qml b/client/ui/qml/Pages2/PageShare.qml index a03b3717..b1f0221b 100644 --- a/client/ui/qml/Pages2/PageShare.qml +++ b/client/ui/qml/Pages2/PageShare.qml @@ -219,13 +219,14 @@ PageType { if (accessTypeSelector.currentIndex !== 0) { shareConnectionDrawer.headerText = qsTr("Accessing ") + serverSelector.text - shareConnectionDrawer.configContentHeaderText = qsTr("File with connection settings to ") + serverSelector.text + shareConnectionDrawer.configContentHeaderText = qsTr("File with accessing settings to ") + serverSelector.text } serverSelector.menuVisible = false } Component.onCompleted: { handler() + serverSelector.severSelectorIndexChanged() } function handler() { @@ -240,6 +241,8 @@ PageType { DropDownType { id: protocolSelector + visible: accessTypeSelector.currentIndex === 0 + Layout.fillWidth: true Layout.topMargin: 16