mobile/filter: use more appropriate placeholder text
This way it matches the filter mode. Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
This commit is contained in:
parent
e0766aa4bd
commit
b5a427c880
@ -465,7 +465,7 @@ Kirigami.ScrollablePage {
|
||||
verticalAlignment: TextInput.AlignVCenter
|
||||
Layout.fillWidth: true
|
||||
text: ""
|
||||
placeholderText: "Full text search"
|
||||
placeholderText: sitefilterMode.currentText
|
||||
onAccepted: {
|
||||
manager.setFilter(text, sitefilterMode.currentIndex)
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user