mirror of
https://github.com/tomahawk-player/tomahawk.git
synced 2025-08-12 17:14:00 +02:00
* Fixed displaying of back / save button.
This commit is contained in:
committed by
Michael Zanetti
parent
02f8eac1b3
commit
c946bd9b8d
@@ -22,9 +22,9 @@ Rectangle {
|
||||
subtitle: ""//generator.summary
|
||||
showSearchField: false
|
||||
showBackButton: stationListView.currentIndex > 0
|
||||
showNextButton: !mainView.configured && stationListView.currentIndex == 2
|
||||
showNextButton: !mainView.configured
|
||||
nextButtonText: "Save"
|
||||
backButtonText: mainView.configured ? "Configure" : "Back"
|
||||
backButtonText: "Back"
|
||||
|
||||
z: 1 //cover albumcovers that may leave their area
|
||||
|
||||
|
Reference in New Issue
Block a user