More bugfixing
This commit is contained in:
parent
57b978c4ec
commit
5bdbecfc74
@ -272,7 +272,7 @@ Page {
|
|||||||
HeaderButton {
|
HeaderButton {
|
||||||
visible: radioBrowser.getCountryName(_country) || playedCountries.count > 0 ? true : false
|
visible: radioBrowser.getCountryName(_country) || playedCountries.count > 0 ? true : false
|
||||||
headerText: playedCountries.count > 0 ? qsTr("Trending in")+ " " + radioBrowser.getCountryName(playedCountries.get(0).alpha_2) : qsTr("Trending in") + " " + radioBrowser.getCountryName(_country)
|
headerText: playedCountries.count > 0 ? qsTr("Trending in")+ " " + radioBrowser.getCountryName(playedCountries.get(0).alpha_2) : qsTr("Trending in") + " " + radioBrowser.getCountryName(_country)
|
||||||
onClicked: pageStack.push("CountryStationsPage.qml",{searchby:"clicktrend",_countrycode: playedCountries.get(0).alpha_2})
|
onClicked: pageStack.push("CountryStationsPage.qml",{searchby:"clicktrend",_countrycode: playedCountries.count > 0 ? playedCountries.get(0).alpha_2 : _country})
|
||||||
}
|
}
|
||||||
|
|
||||||
GridView {
|
GridView {
|
||||||
|
@ -1,5 +1,6 @@
|
|||||||
import QtQuick 2.0
|
import QtQuick 2.0
|
||||||
import Sailfish.Silica 1.0
|
import Sailfish.Silica 1.0
|
||||||
|
import QtQuick.LocalStorage 2.0
|
||||||
import "../helpers/db.js" as Favorites
|
import "../helpers/db.js" as Favorites
|
||||||
|
|
||||||
Page {
|
Page {
|
||||||
|
@ -1134,11 +1134,11 @@
|
|||||||
<context>
|
<context>
|
||||||
<name>SettingsPage</name>
|
<name>SettingsPage</name>
|
||||||
<message>
|
<message>
|
||||||
<source>WARNING! THis is for debugging or corrupt database. Only delete db if it is not working!!!</source>
|
<source>Working on more settings.....</source>
|
||||||
<translation type="unfinished"></translation>
|
<translation type="unfinished"></translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<source>Working on more settings.....</source>
|
<source>WARNING! THis is for debugging or corrupt database. Only delete db if it is not working!!!</source>
|
||||||
<translation type="unfinished"></translation>
|
<translation type="unfinished"></translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
|
@ -1134,11 +1134,11 @@
|
|||||||
<context>
|
<context>
|
||||||
<name>SettingsPage</name>
|
<name>SettingsPage</name>
|
||||||
<message>
|
<message>
|
||||||
<source>WARNING! THis is for debugging or corrupt database. Only delete db if it is not working!!!</source>
|
<source>Working on more settings.....</source>
|
||||||
<translation type="unfinished"></translation>
|
<translation type="unfinished"></translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<source>Working on more settings.....</source>
|
<source>WARNING! THis is for debugging or corrupt database. Only delete db if it is not working!!!</source>
|
||||||
<translation type="unfinished"></translation>
|
<translation type="unfinished"></translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user