mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-05-04 07:05:26 -04:00
Set search button visibility only on contacts view
This commit is contained in:
parent
a8b26298d3
commit
d8eafaf9ea
2 changed files with 20 additions and 4 deletions
|
@ -30,7 +30,13 @@ Item
|
|||
property bool searching: false
|
||||
onSearchingChanged: !searching && contactsSortWorker.sendMessage({})
|
||||
|
||||
Component.onCompleted: refreshAll()
|
||||
property string objectName:"contactsView"
|
||||
|
||||
Component.onCompleted:
|
||||
{
|
||||
toolBar.state = "CONTACTSVIEW"
|
||||
refreshAll()
|
||||
}
|
||||
onFocusChanged: focus && refreshAll()
|
||||
|
||||
WorkerScript
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue