Adjust magisearch bar place holder when chat is disabled
This commit is contained in:
parent
5c8ef6681b
commit
094f265a9f
1 changed files with 1 additions and 1 deletions
|
|
@ -177,7 +177,7 @@ Item {
|
|||
SearchBar {
|
||||
id: magicSearchBar
|
||||
Layout.fillWidth: true
|
||||
placeholderText: qsTr("Rechercher un contact, appeler ou envoyer un message...")
|
||||
placeholderText: SettingsCpp.disableChatFeature ? qsTr("Rechercher un contact, appeler...") : qsTr("Rechercher un contact, appeler ou envoyer un message...")
|
||||
focusedBorderColor: DefaultStyle.main1_500_main
|
||||
numericPadButton.visible: text.length === 0
|
||||
numericPadButton.checkable: false
|
||||
|
|
|
|||
Loading…
Reference in a new issue