fixed display of notification about successful clearing of cached profiles

- limited the input for the Port field to only numeric values, in the range 1-65535
This commit is contained in:
vladimir.kuznetsov 2023-08-28 14:18:41 +03:00
parent fe08fd3f0a
commit 639c18395b
9 changed files with 22 additions and 32 deletions

View file

@ -227,7 +227,7 @@ DrawerType {
visible: ExportController.qrCodesCount > 0
horizontalAlignment: Text.AlignHCenter
text: qsTr("To read the QR code in the Amnezia app, select \"Add Server\" → \"I have connection details\"")
text: qsTr("To read the QR code in the Amnezia app, select \"Add server\" → \"I have data to connect\" → \"QR code, key or settings file\"")
}
}
}