mirror of
https://github.com/tomahawk-player/tomahawk.git
synced 2025-08-12 00:54:20 +02:00
station summary does something again, at least for stations by artist
This commit is contained in:
@@ -19,7 +19,7 @@ Rectangle {
|
||||
width: parent.width
|
||||
icon: "../images/station.svg"
|
||||
title: mainView.title
|
||||
subtitle: ""//generator.summary
|
||||
subtitle: generator.summary
|
||||
showSearchField: false
|
||||
showBackButton: stationListView.currentIndex > 0
|
||||
showNextButton: mainView.configured
|
||||
@@ -29,10 +29,6 @@ Rectangle {
|
||||
z: 1 //cover albumcovers that may leave their area
|
||||
|
||||
onBackPressed: {
|
||||
if(mainView.configured) {
|
||||
return;
|
||||
}
|
||||
|
||||
inputBubble.opacity = 0
|
||||
stationListView.decrementCurrentIndex()
|
||||
if(stationListView.currentIndex == 1) {
|
||||
|
Reference in New Issue
Block a user