mirror of
https://github.com/tomahawk-player/tomahawk.git
synced 2025-08-11 16:44:05 +02:00
* Show save button when we have a configured station.
This commit is contained in:
committed by
Michael Zanetti
parent
c946bd9b8d
commit
59003b88e9
@@ -22,7 +22,7 @@ Rectangle {
|
||||
subtitle: ""//generator.summary
|
||||
showSearchField: false
|
||||
showBackButton: stationListView.currentIndex > 0
|
||||
showNextButton: !mainView.configured
|
||||
showNextButton: mainView.configured
|
||||
nextButtonText: "Save"
|
||||
backButtonText: "Back"
|
||||
|
||||
|
Reference in New Issue
Block a user