1
0
mirror of https://github.com/QRouland/UTPass.git synced 2025-06-29 16:52:29 +00:00
This commit is contained in:
2019-03-16 09:02:12 +01:00
parent bd2fa6922e
commit 16f8f70692
3 changed files with 15 additions and 5 deletions

View File

@ -50,7 +50,7 @@ Page {
}
Link {
url: "https://github.com/QRouland/UTPass/issues"
text: i18n.tr('Suggest improvements or report a bug')
text: i18n.tr('Suggest improvement(s) or report a bug(s)')
}
}
}

View File

@ -13,6 +13,15 @@ PageHeader {
Action {
iconName: "search"
text: i18n.tr("Search")
onTriggered: {
mainHeader.contents = TextField {
id: searchBar
placeholderText: i18n.tr("Search")
height: units.gu(4)
visible: false
anchors.verticalCenter: parent.verticalCenter
}
}
},
Action {
iconName: "settings"