diff --git a/data/qml/StationView.qml b/data/qml/StationView.qml index 3ce7639c6..33eb10e1a 100644 --- a/data/qml/StationView.qml +++ b/data/qml/StationView.qml @@ -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