Implement support for the new directory search API

This commit is contained in:
Thomas Perl 2014-10-26 23:15:51 +01:00
parent 6b5864806d
commit 1e87a2a3fb
5 changed files with 68 additions and 23 deletions

View file

@ -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 : ''
}
}