From d025e8f512bb6f0c5e1bf876525d59cf4f94cec8 Mon Sep 17 00:00:00 2001 From: Christian Muehlhaeuser Date: Sat, 29 Jun 2013 19:46:16 +0200 Subject: [PATCH] * Show save button when we have a configured station. --- data/qml/StationView.qml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/data/qml/StationView.qml b/data/qml/StationView.qml index 33eb10e1a..bea98e94d 100644 --- a/data/qml/StationView.qml +++ b/data/qml/StationView.qml @@ -22,7 +22,7 @@ Rectangle { subtitle: ""//generator.summary showSearchField: false showBackButton: stationListView.currentIndex > 0 - showNextButton: !mainView.configured + showNextButton: mainView.configured nextButtonText: "Save" backButtonText: "Back"