From fd09321f8e71ff68217e5108c0003476146ffb00 Mon Sep 17 00:00:00 2001 From: "vladimir.kuznetsov" Date: Mon, 18 Sep 2023 00:16:58 +0500 Subject: [PATCH] removed the 'mount sftp folder' button for mobile platforms --- client/ui/qml/Pages2/PageServiceSftpSettings.qml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/client/ui/qml/Pages2/PageServiceSftpSettings.qml b/client/ui/qml/Pages2/PageServiceSftpSettings.qml index 9287bd20..61ba663d 100644 --- a/client/ui/qml/Pages2/PageServiceSftpSettings.qml +++ b/client/ui/qml/Pages2/PageServiceSftpSettings.qml @@ -165,6 +165,8 @@ PageType { } BasicButtonType { + visible: !GC.isMobile() + Layout.fillWidth: true Layout.topMargin: 24 Layout.bottomMargin: 24