mirror of
https://github.com/QRouland/UTPass.git
synced 2025-06-29 16:52:29 +00:00
up
This commit is contained in:
@ -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)')
|
||||
}
|
||||
}
|
||||
}
|
||||
|
@ -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"
|
||||
|
Reference in New Issue
Block a user