1
0
mirror of https://github.com/QRouland/UTPass.git synced 2025-06-24 22:42:28 +00:00

Some bugs fix

This commit is contained in:
2025-01-20 15:03:28 +01:00
parent ebfc6f500d
commit 20aff3a404
4 changed files with 17 additions and 15 deletions

View File

@ -33,6 +33,7 @@ Page {
anchors.left: parent.left
anchors.leftMargin: units.gu(2)
anchors.rightMargin: units.gu(2)
visible: folderModel.count == 0
Rectangle {
width: parent.width
@ -70,6 +71,7 @@ Page {
anchors.right: parent.right
anchors.left: parent.left
spacing: 1
visible: folderModel.count != 0
model: FolderListModel {
id: folderModel

View File

@ -136,7 +136,7 @@ Page {
id: infoKeysPageDeleteValidation
SimpleValidationDialog {
text: i18n.tr("You're are about to delete<br>%1<br>.Continue ?").arg(infoKeysPage.currentKey.uid)
text: i18n.tr("You're are about to delete<br>%1.<br>Continue ?").arg(infoKeysPage.currentKey.uid)
continueText: i18n.tr("Yes")
continueColor: theme.palette.normal.negative
onValidated: {