mirror of
https://github.com/tomahawk-player/tomahawk.git
synced 2025-08-15 02:24:50 +02:00
* Fixed displaying of back / save button.
This commit is contained in:
@@ -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