Rename Live Activity fuel label
This commit is contained in:
@@ -181,7 +181,7 @@ struct AlertsView: View {
|
||||
|
||||
Section {
|
||||
Toggle("Live Activity", isOn: $liveActivityEnabled)
|
||||
Picker("Fuel", selection: $liveActivityFuel) {
|
||||
Picker("Cheapest station", selection: $liveActivityFuel) {
|
||||
ForEach(FuelType.allCases) { fuel in
|
||||
Text(fuel.displayName).tag(fuel)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user