Remove 'Distance only applies to Cheapest' explainer

Closest mode now shows the disabled distance picker with no caption;
the N-stations-within caption still appears in Cheapest mode.
This commit is contained in:
FuelBoard Contributor
2026-08-12 07:58:01 +01:00
parent 44c6c38536
commit 75cfb3681d
+1 -5
View File
@@ -75,11 +75,7 @@ struct StationsView: View {
FuelStore.saveStationLimit(newValue)
}
.padding(.vertical, 2)
if sortMode == .closest {
Text("Distance only applies to Cheapest")
.font(.caption2)
.foregroundStyle(.secondary)
} else {
if sortMode != .closest {
Text("\(totalCount) stations within \(stationLimit) \(distanceUnit.label)")
.font(.caption2)
.foregroundStyle(.secondary)