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

* Show save button when we have a configured station.

This commit is contained in:
Christian Muehlhaeuser
2013-06-29 19:46:16 +02:00
parent 6b6fd9a6e2
commit d025e8f512

View File

@@ -22,7 +22,7 @@ Rectangle {
subtitle: ""//generator.summary subtitle: ""//generator.summary
showSearchField: false showSearchField: false
showBackButton: stationListView.currentIndex > 0 showBackButton: stationListView.currentIndex > 0
showNextButton: !mainView.configured showNextButton: mainView.configured
nextButtonText: "Save" nextButtonText: "Save"
backButtonText: "Back" backButtonText: "Back"