1
0
mirror of https://github.com/tomahawk-player/tomahawk.git synced 2025-08-15 10:33:59 +02:00

* Fixed displaying of back / save button.

This commit is contained in:
Christian Muehlhaeuser
2013-06-29 18:57:57 +02:00
parent b2a7b23590
commit 6b6fd9a6e2

View File

@@ -22,9 +22,9 @@ Rectangle {
subtitle: ""//generator.summary subtitle: ""//generator.summary
showSearchField: false showSearchField: false
showBackButton: stationListView.currentIndex > 0 showBackButton: stationListView.currentIndex > 0
showNextButton: !mainView.configured && stationListView.currentIndex == 2 showNextButton: !mainView.configured
nextButtonText: "Save" nextButtonText: "Save"
backButtonText: mainView.configured ? "Configure" : "Back" backButtonText: "Back"
z: 1 //cover albumcovers that may leave their area z: 1 //cover albumcovers that may leave their area