mirror of
https://github.com/amnezia-vpn/amnezia-client.git
synced 2026-06-22 02:01:08 +07:00
@@ -74,7 +74,7 @@ PageType {
|
||||
visible: fileName.text !== ""
|
||||
|
||||
Image {
|
||||
source: "qrc:/images/controls/file-cog-2.svg"
|
||||
source: "qrc:/images/controls/file-check-2.svg"
|
||||
}
|
||||
|
||||
Header2TextType {
|
||||
@@ -87,14 +87,6 @@ PageType {
|
||||
}
|
||||
}
|
||||
|
||||
CaptionTextType {
|
||||
Layout.fillWidth: true
|
||||
Layout.topMargin: 16
|
||||
|
||||
text: qsTr("Do not use connection codes from untrusted sources, as they may be created to intercept your data.")
|
||||
color: "#878B91"
|
||||
}
|
||||
|
||||
BasicButtonType {
|
||||
Layout.topMargin: 16
|
||||
Layout.leftMargin: -8
|
||||
@@ -113,6 +105,15 @@ PageType {
|
||||
}
|
||||
}
|
||||
|
||||
WarningType {
|
||||
Layout.topMargin: 16
|
||||
Layout.fillWidth: true
|
||||
|
||||
textString: qsTr("Use connection codes only from sources you trust. Codes from public sources may have been created to intercept your data.")
|
||||
|
||||
iconPath: "qrc:/images/controls/alert-circle.svg"
|
||||
}
|
||||
|
||||
Rectangle {
|
||||
Layout.fillWidth: true
|
||||
Layout.bottomMargin: 16
|
||||
|
||||
Reference in New Issue
Block a user