Implement support for the new directory search API
This commit is contained in:
parent
6b5864806d
commit
1e87a2a3fb
5 changed files with 68 additions and 23 deletions
|
@ -46,7 +46,7 @@ ButtonArea {
|
|||
width: 80 * pgst.scalef
|
||||
height: 80 * pgst.scalef
|
||||
|
||||
source: scaled_logo_url
|
||||
source: image
|
||||
}
|
||||
|
||||
PLabel {
|
||||
|
@ -70,6 +70,6 @@ ButtonArea {
|
|||
verticalCenter: parent.verticalCenter
|
||||
}
|
||||
|
||||
text: subscribers
|
||||
text: (subscribers > 0) ? subscribers : ''
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue