More bugfixing
This commit is contained in:
parent
57b978c4ec
commit
5bdbecfc74
@ -272,7 +272,7 @@ Page {
|
||||
HeaderButton {
|
||||
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)
|
||||
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 {
|
||||
|
@ -1,5 +1,6 @@
|
||||
import QtQuick 2.0
|
||||
import Sailfish.Silica 1.0
|
||||
import QtQuick.LocalStorage 2.0
|
||||
import "../helpers/db.js" as Favorites
|
||||
|
||||
Page {
|
||||
|
@ -1134,11 +1134,11 @@
|
||||
<context>
|
||||
<name>SettingsPage</name>
|
||||
<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>
|
||||
</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>
|
||||
</message>
|
||||
<message>
|
||||
|
@ -1134,11 +1134,11 @@
|
||||
<context>
|
||||
<name>SettingsPage</name>
|
||||
<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>
|
||||
</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>
|
||||
</message>
|
||||
<message>
|
||||
|
Loading…
x
Reference in New Issue
Block a user