diff --git a/qml/pages/AllRadio.qml b/qml/pages/AllRadio.qml index 7612826..d9fc500 100644 --- a/qml/pages/AllRadio.qml +++ b/qml/pages/AllRadio.qml @@ -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 { diff --git a/qml/pages/SettingsPage.qml b/qml/pages/SettingsPage.qml index fea8dcf..94badc8 100644 --- a/qml/pages/SettingsPage.qml +++ b/qml/pages/SettingsPage.qml @@ -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 { diff --git a/translations/harbour-allradio-de.ts b/translations/harbour-allradio-de.ts index d17871c..401bde0 100644 --- a/translations/harbour-allradio-de.ts +++ b/translations/harbour-allradio-de.ts @@ -1134,11 +1134,11 @@ SettingsPage - WARNING! THis is for debugging or corrupt database. Only delete db if it is not working!!! + Working on more settings..... - Working on more settings..... + WARNING! THis is for debugging or corrupt database. Only delete db if it is not working!!! diff --git a/translations/harbour-allradio.ts b/translations/harbour-allradio.ts index e773522..be6c0c1 100644 --- a/translations/harbour-allradio.ts +++ b/translations/harbour-allradio.ts @@ -1134,11 +1134,11 @@ SettingsPage - WARNING! THis is for debugging or corrupt database. Only delete db if it is not working!!! + Working on more settings..... - Working on more settings..... + WARNING! THis is for debugging or corrupt database. Only delete db if it is not working!!!