paca_championship
Raz 1 year ago
parent a68ffa20c5
commit b3144be82d
  1. 18
      PadelClub/Views/Planning/PlanningSettingsView.swift

@ -109,7 +109,7 @@ struct PlanningSettingsView: View {
NavigationLink {
_optionsView()
} label: {
Text("Voir les options avancées")
Text("Voir plus d'options intelligentes")
}
}
@ -271,14 +271,14 @@ struct PlanningSettingsView: View {
}
}
Section {
Toggle(isOn: $matchScheduler.shouldTryToFillUpCourtsAvailable) {
Text("Remplir au maximum les terrains d'une rotation")
}
} footer: {
Text("Tout en tenant compte de l'option ci-dessous, Padel Club essaiera de remplir les créneaux à chaque rotation.")
}
// Section {
// Toggle(isOn: $matchScheduler.shouldTryToFillUpCourtsAvailable) {
// Text("Remplir au maximum les terrains d'une rotation")
// }
// } footer: {
// Text("Tout en tenant compte de l'option ci-dessous, Padel Club essaiera de remplir les créneaux à chaque rotation.")
// }
//
Section {
Toggle(isOn: $matchScheduler.shouldHandleUpperRoundSlice) {
Text("Équilibrer les matchs d'une manche")

Loading…
Cancel
Save