1
0
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:
Christian Muehlhaeuser
2013-06-29 18:57:57 +02:00
committed by Michael Zanetti
parent 02f8eac1b3
commit c946bd9b8d

View File

@@ -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